Switch to version 26: modified src/routes.ts
This commit is contained in:
@@ -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' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user