remove dupe main (#355)
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ const inter = Inter({ subsets: ['latin'] });
|
|||||||
|
|
||||||
function App({ Component, pageProps }: AppProps<{}>) {
|
function App({ Component, pageProps }: AppProps<{}>) {
|
||||||
return (
|
return (
|
||||||
<main className={inter.className}>
|
<div className={inter.className}>
|
||||||
<Toaster />
|
<Toaster />
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
</main>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user