Skip to content

Commit

Permalink
removed unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Miyuki-L committed May 21, 2024
1 parent 1d7310a commit 55cf26a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Candidates,
Login,
PrescreeningForm,
TestCongratulations,
ThankyouForApplying,
} from "./pages/index.ts";

Expand Down Expand Up @@ -35,7 +34,6 @@ function App() {
<Route path="candidates" element={<Candidates />} />
<Route path="prescreening" element={<PrescreeningForm />} />
<Route path="ThankyouForApplying" element={<ThankyouForApplying />} />
<Route path="TestCongratulations" element={<TestCongratulations />} />
</Route>
<Route path="login" element={<Login />} />
</Routes>
Expand Down
30 changes: 0 additions & 30 deletions frontend/src/pages/TestCongratulations.tsx

This file was deleted.

0 comments on commit 55cf26a

Please sign in to comment.