From fc5028994a1bd66f734f00a745cf831418298c9a Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 6 Jan 2025 08:19:00 +0530 Subject: [PATCH] chore: remove old import for fs-routes --- app/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/routes.ts b/app/routes.ts index 47c9cd3..00d4b22 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -1,4 +1,3 @@ -//import { flatRoutes } from '@remix-run/fs-routes' import { index, layout, prefix, route } from '@react-router/dev/routes'; export default [