Skip to content

Commit eedcf9e

Browse files
committed
refactor: Prettier
1 parent 42abea2 commit eedcf9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Router.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import {
77
} from "react";
88
import { RouterContext } from "./context/RouterContext.js";
99
import { RouteContext } from "./context/RouteContext.js";
10-
import type { RouteDefinition, NavigateOptions, MatchedRoute } from "./types.js";
10+
import type {
11+
RouteDefinition,
12+
NavigateOptions,
13+
MatchedRoute,
14+
} from "./types.js";
1115
import { matchRoutes } from "./core/matchRoutes.js";
1216
import {
1317
subscribeToNavigation,

0 commit comments

Comments
 (0)