Skip to content

Commit

Permalink
Redirect: removed unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
akmazian committed Nov 25, 2023
1 parent 53c851e commit 28f53b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
4 changes: 1 addition & 3 deletions frontend/src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const RemoteScheduler = () => import('./app/Scheduler/RemoteSchedulerPage');
const ViewSchedule = () => import('./app/Scheduler/ViewSchedule');
const PrivacyPolicy = () => import('./views/PrivacyPolicy');
const TermsOfService = () => import('./views/TermsOfService');
const RedirectLink = () => import('./views/RedirectLink');
// const Apply = () => import('./views/Apply');

function ScheduleRedirect() {
Expand Down Expand Up @@ -48,8 +47,7 @@ const router = createBrowserRouter([
{ path: '/schedule/:scheduleId', lazy: ViewSchedule },
{ path: '/error', Component: Error },
{ path: '/legal/privacy', lazy: PrivacyPolicy },
{ path: '/legal/terms', lazy: TermsOfService },
{ path: '/redirect', lazy: RedirectLink },
{ path: '/legal/terms', lazy: TermsOfService }
// { path: '/apply', lazy: Apply }
]
},
Expand Down
21 changes: 0 additions & 21 deletions frontend/src/views/RedirectLink.tsx

This file was deleted.

0 comments on commit 28f53b3

Please sign in to comment.