Skip to content

Commit

Permalink
fix: restore 'Scans' route in the Routes enum
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Dec 4, 2024
1 parent 20c3cf3 commit a9ee655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export enum Routes {
Home = 'Home',
Study = 'Study',
WindesheimTechRadar = 'Windesheim Tech Radar',
Scans = 'Scans',
ScansOverview = 'Scansoverview',
InformationPage = 'InformationPage',
WindesheimTechRadarContent = 'Windesheim Tech Radar Content',
Expand All @@ -25,6 +24,7 @@ export enum Routes {
PodcastsEpisodePage = 'PodcastsEpisodePage',
Results = 'Results',
ChooseCategories = 'ChooseCategories',
Scans = 'Scans',
}

export const DefaultRoute = Routes.Home;

0 comments on commit a9ee655

Please sign in to comment.