Skip to content

Commit

Permalink
Merge branch 'han/INT-11' of https://github.com/uoftblueprint/website-v2
Browse files Browse the repository at this point in the history
 into han/INT-11
  • Loading branch information
shaaaaame committed Mar 15, 2024
2 parents 44a27f7 + ba7af13 commit cf0f1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/layout.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
"use client";
import React, { useState } from "react";
import React, { useState } from "react";
import { Inter } from "next/font/google";
import "@mantine/core/styles.css";
import { MantineProvider, AppShell } from "@mantine/core";
import Navbar from "@/components/Navbar/Navbar";
import SideNavMenu from "@/components/Navbar/SideNavMenu";
import Navbar from "@/components/Navbar/Navbar";
import SideNavMenu from "@/components/Navbar/SideNavMenu";

const inter = Inter({ subsets: ["latin"] });

Expand Down

0 comments on commit cf0f1f8

Please sign in to comment.