; 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 }) {
|
function MyApp({ Component, pageProps }) {
|
||||||
return (
|
return (
|
||||||
<main style={{ fontFamily: "Poppins" }}>
|
<main style={{ fontFamily: "Poppins" }}>
|
||||||
<Component {...pageProps} />;
|
<Component {...pageProps} />
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue