Switch to version 9: modified src/routes.ts

This commit is contained in:
2026-04-22 13:48:16 +00:00
parent 4d4fcb4e3d
commit 615f2dbf00

View File

@@ -6,6 +6,5 @@ export interface Route {
export const routes: Route[] = [
{ path: '/', label: 'Home', pageFile: 'HomePage' },
{ path: '/to', label: 'To', pageFile: 'ToPage' },
{ path: '/products', label: 'Products', pageFile: 'ProductsPage' },
];