From c7bf4b725fa380fca4aa309cda60b55af152fe2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:17:26 +0000 Subject: [PATCH] Switch to version 1: modified src/routes.ts --- src/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes.ts b/src/routes.ts index 1880b6c..362ecb5 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -6,5 +6,4 @@ export interface Route { export const routes: Route[] = [ { path: '/', label: 'Home', pageFile: 'HomePage' }, - { path: '/about', label: 'About', pageFile: 'AboutPage' }, ];