Skip to content

Commit

Permalink
Merge pull request #52 from Bostonhacks/removed-application
Browse files Browse the repository at this point in the history
a
  • Loading branch information
danielyu12 authored Sep 26, 2023
2 parents 1e8f998 + 714aee1 commit b97a56e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const router = createBrowserRouter(
{/* <Route path="portal" element={<Portal />} /> */}
<Route path="login" element={<Login />} />
<Route path="dashboard" element={<Dashboard />} />
<Route path="application" element={<Application />}/>
</Route>
)
);
Expand Down

0 comments on commit b97a56e

Please sign in to comment.