; fucking fixed

This commit is contained in:
Cypro Freelance 2024-06-25 22:58:21 +05:30
parent 3d0b8cef22
commit 3e91072295

View file

@ -3,7 +3,7 @@ import "@/app/globals.css";
function MyApp({ Component, pageProps }) { function MyApp({ Component, pageProps }) {
return ( return (
<main style={{ fontFamily: "Poppins" }}> <main style={{ fontFamily: "Poppins" }}>
<Component {...pageProps} />; <Component {...pageProps} />
</main> </main>
); );
} }