We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a68b6 commit a8bfa92Copy full SHA for a8bfa92
src/pages/_app.tsx
@@ -3,4 +3,3 @@ import type { AppProps } from "next/app";
3
export default function App({ Component, pageProps }: AppProps) {
4
return <Component {...pageProps} />;
5
}
6
-
src/pages/_document.tsx
@@ -11,4 +11,3 @@ export default function Document() {
11
</Html>
12
);
13
14
src/pages/index.tsx
@@ -23,4 +23,3 @@ export default function Home() {
23
</div>
24
25
26
0 commit comments