We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58e705 commit 79bfa63Copy full SHA for 79bfa63
1 file changed
client/src/pages/_app.tsx
@@ -6,6 +6,7 @@ import type { AppProps } from "next/app";
6
import { Fira_Code, Inter as FontSans, Jersey_10 } from "next/font/google";
7
8
import Navbar from "@/components/main/Navbar";
9
+import Footer from "@/components/main/Footer";
10
import { ExplosionProvider } from "@/contexts/ExplosionContext";
11
12
const fontSans = FontSans({
0 commit comments