Skip to content

Commit 79bfa63

Browse files
committed
Merged main into issue-47-Add_explosions_to_committee_page
1 parent e58e705 commit 79bfa63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type { AppProps } from "next/app";
66
import { Fira_Code, Inter as FontSans, Jersey_10 } from "next/font/google";
77

88
import Navbar from "@/components/main/Navbar";
9+
import Footer from "@/components/main/Footer";
910
import { ExplosionProvider } from "@/contexts/ExplosionContext";
1011

1112
const fontSans = FontSans({

0 commit comments

Comments
 (0)