feat: enable all remix future flags

This commit is contained in:
Aarnav Tale 2024-12-06 11:58:17 -05:00
parent 1af292a5b0
commit f623e7bc66
No known key found for this signature in database
12 changed files with 391 additions and 419 deletions

3
app/routes.ts Normal file
View file

@ -0,0 +1,3 @@
import { flatRoutes } from '@remix-run/fs-routes'
export default flatRoutes()