Switch to version 1: modified src/routes.ts

This commit is contained in:
2026-04-24 18:17:26 +00:00
parent cf7f05ec82
commit c7bf4b725f

View File

@@ -6,5 +6,4 @@ export interface Route {
export const routes: Route[] = [
{ path: '/', label: 'Home', pageFile: 'HomePage' },
{ path: '/about', label: 'About', pageFile: 'AboutPage' },
];