removed stray files

This commit is contained in:
2025-10-10 17:09:17 +05:30
parent bf97f66835
commit b1a9cd1904
4 changed files with 0 additions and 90 deletions

View File

@@ -2,5 +2,4 @@ import { type RouteConfig, index, route } from '@react-router/dev/routes';
export default [
index('routes/home.tsx'),
route('/about', 'routes/about.tsx'),
] satisfies RouteConfig;