We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc22f0 commit 1057f85Copy full SHA for 1057f85
packages/react-router-remix-routes-option-adapter/index.ts
@@ -1,7 +1,11 @@
1
import { type RouteConfigEntry } from "@react-router/dev/routes";
2
3
import { routeManifestToRouteConfig } from "./manifest";
4
-import { defineRoutes, type DefineRoutesFunction, type DefineRouteFunction } from "./defineRoutes";
+import {
5
+ defineRoutes,
6
+ type DefineRoutesFunction,
7
+ type DefineRouteFunction,
8
+} from "./defineRoutes";
9
10
export type { DefineRoutesFunction, DefineRouteFunction };
11
0 commit comments