We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42abea2 commit eedcf9eCopy full SHA for eedcf9e
src/Router.tsx
@@ -7,7 +7,11 @@ import {
7
} from "react";
8
import { RouterContext } from "./context/RouterContext.js";
9
import { RouteContext } from "./context/RouteContext.js";
10
-import type { RouteDefinition, NavigateOptions, MatchedRoute } from "./types.js";
+import type {
11
+ RouteDefinition,
12
+ NavigateOptions,
13
+ MatchedRoute,
14
+} from "./types.js";
15
import { matchRoutes } from "./core/matchRoutes.js";
16
import {
17
subscribeToNavigation,
0 commit comments