Skip to content

Commit

Permalink
Revert docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Nov 19, 2024
1 parent 6e313e9 commit 3f054c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/future-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ Note that if you need to mix and match different route config approaches, they c

```ts
import { flatRoutes } from "@remix-run/fs-routes";
import { type RouteConfig } from "@remix-run/route-config";
import type { RouteConfig } from "@remix-run/route-config";
import { route } from "@remix-run/route-config";
import { remixRoutesOptionAdapter } from "@remix-run/routes-option-adapter";

Expand Down

0 comments on commit 3f054c7

Please sign in to comment.