Skip to content

Commit

Permalink
feat: Deleted dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Apr 9, 2024
1 parent a726c37 commit 1cd85f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { Routes, Route } from 'react-router-dom'
import HomePage from '../pages/HomePage'
import DashboardPage from '../pages/DashboardPage'
import BlogPage from '../pages/BlogPage'

function App (): JSX.Element {
return (
<div>
<Routes>
<Route path='/' element={<HomePage />} />
<Route path='/dashboard' element={<DashboardPage />} />
<Route path='/blog' element={<BlogPage />} />
</Routes>
</div>
Expand Down
8 changes: 0 additions & 8 deletions src/pages/DashboardPage.tsx

This file was deleted.

0 comments on commit 1cd85f1

Please sign in to comment.