From 880bfc8721fb7d1be0a725c45e5fe604b4a82fe8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:14:53 +0000 Subject: [PATCH] Switch to version 26: modified src/routes.ts --- src/routes.ts | 1 - 1 file changed, 1 deletion(-) 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' }, ];