diff --git a/src/routes.ts b/src/routes.ts index cff8606..93d7fae 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -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' }, ];