Skip to content

Commit

Permalink
chore: remove Test page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 10, 2024
1 parent 97aa89b commit d00f57a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
import Navbar from './components/Navbar';
import Home from './pages/Home';
import Test from './pages/Test';
import Footer from './components/Footer';
import ErrorPage from './pages/Error';
import TopPicks from './pages/TopPicks';
Expand All @@ -14,7 +13,6 @@ function App() {

<Routes>
<Route exact path="/artistry-hub/" element={<Home />} />
<Route exact path="/artistry-hub/test" element={<Test />} />
<Route exact path="/artistry-hub/top-picks" element={<TopPicks />} />
{/* <Route component={GenericNotFound} /> */}
<Route path="*" element={<ErrorPage />} />
Expand Down
9 changes: 0 additions & 9 deletions src/pages/Test.jsx

This file was deleted.

0 comments on commit d00f57a

Please sign in to comment.