Skip to content

Commit

Permalink
revert unfinished change
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed May 8, 2024
1 parent e3d48fa commit 89bd2bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { ErrorPage } from './error-page';
import { BaseProviders, RootLayout } from '../components/root';
import { Legal } from './legal';
import { PrivacyPolicy } from './privacy-policy';
import { CreditCardSpendingPoints } from './tools/cc-spending-points';
import { MilesAndMoreFlightAwardFinder } from './tools/mm-flight-award-finder';

// region router
const router = createBrowserRouter([
Expand All @@ -31,14 +29,6 @@ const router = createBrowserRouter([
path: 'privacy-policy',
element: <PrivacyPolicy />,
},
{
path: 'tools/cc-spending-points',
element: <CreditCardSpendingPoints />,
},
{
path: 'tools/mm-flight-award-finder',
element: <MilesAndMoreFlightAwardFinder />,
},
],
},
]);
Expand Down

0 comments on commit 89bd2bc

Please sign in to comment.