diff --git a/docs/start/future-flags.md b/docs/start/future-flags.md index ee0b4a2b5d7..0ca9d590bb2 100644 --- a/docs/start/future-flags.md +++ b/docs/start/future-flags.md @@ -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";