; fucking fixed
This commit is contained in:
parent
3d0b8cef22
commit
3e91072295
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import "@/app/globals.css";
|
|||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<main style={{ fontFamily: "Poppins" }}>
|
||||
<Component {...pageProps} />;
|
||||
<Component {...pageProps} />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue