refactor: delete unneeded pages files
parent
55fa0bb42b
commit
9ae259f3f4
@ -1,6 +0,0 @@
|
|||||||
import '@/styles/globals.css';
|
|
||||||
import type { AppProps } from 'next/app';
|
|
||||||
|
|
||||||
export default function App({ Component, pageProps }: AppProps) {
|
|
||||||
return <Component {...pageProps} />;
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
import { Html, Head, Main, NextScript } from 'next/document';
|
|
||||||
|
|
||||||
export default function Document() {
|
|
||||||
return (
|
|
||||||
<Html lang='en'>
|
|
||||||
<Head />
|
|
||||||
<body>
|
|
||||||
<Main />
|
|
||||||
<NextScript />
|
|
||||||
</body>
|
|
||||||
</Html>
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in New Issue