Switch to version 26: modified src/routes.ts

This commit is contained in:
2026-06-22 19:14:53 +00:00
parent a904271708
commit 880bfc8721

View File

@@ -7,5 +7,4 @@ export interface Route {
export const routes: Route[] = [
{ path: '/', label: 'Home', pageFile: 'HomePage' },
{ path: '/products', label: 'Products', pageFile: 'ProductsPage' },
{ path: '/reels-products', label: 'Reels Products', pageFile: 'ReelsProductsPage' },
];