Skip to content

Commit

Permalink
Merge branch 'remix-run:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
2 parents 6121000 + 64d0ca5 commit 2351c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@
- pyr0gan
- ramiroazar
- RATIU5
- raulrpearson
- raulfdm
- raulrpearson
- real34
- realjokele
- redabacha
Expand Down
2 changes: 1 addition & 1 deletion docs/start/future-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ This package matches the API of React Router v7's `@react-router/fs-routes`, mak
> If you've configured `ignoredRouteFiles` to `["**/*"]`, you should skip this step since you're already opting out of Remix's file system routing.
```ts filename=app/routes.ts
import { flatRoutes } from '@remix-run/fs-routes';
import { flatRoutes } from "@remix-run/fs-routes";

export default flatRoutes();
```
Expand Down

0 comments on commit 2351c6e

Please sign in to comment.