fix navbar naming

This commit is contained in:
Tom Heaton
2024-06-19 15:16:58 +01:00
parent 9c34bfed02
commit 3926ff41ea
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import HeroSection from "@/components/HeroSection";
import InstructorsSection from "@/components/Instructors";
import MediaSection from "@/components/Media";
import MoreSection from "@/components/More";
import Navbar from "@/components/NavBar";
import Navbar from "@/components/Navbar";
import NotebookSection from "@/components/Notebooks";
import Sidebar from "@/components/Sidebar";
import { useState } from "react";