From 615f2dbf0010fb694b1a18a2df940fcbd451f9e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:48:16 +0000 Subject: [PATCH] Switch to version 9: modified src/routes.ts --- src/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes.ts b/src/routes.ts index b7b75c1..93d7fae 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -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' }, ];