Skip to content

Commit

Permalink
Removed unused component imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Apr 15, 2024
1 parent f966471 commit c538298
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/AuthenticatedApp.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React, { useEffect, useState } from "react";
import { Route, Routes } from "react-router-dom";
import Banner from "./components/Banner/Banner";
import Navbar from "./components/Navbar/Navbar";
import Header from "./components/Header/Header";
import MainPage from "./pages/MainPage/MainPage";
import Forums from "./pages/Forums/Forums";
Expand Down Expand Up @@ -39,8 +37,6 @@ const AuthenticatedApp = () => {

return (
<div>
{/* <Banner />
<Navbar /> */}
<Header />
<Routes>
<Route path="main" element={<MainPage />} />
Expand Down

0 comments on commit c538298

Please sign in to comment.