Skip to content

Commit 952379b

Browse files
committed
Remove unused import
1 parent e5b7b16 commit 952379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Action, History, Location, Path, To } from "./history";
1+
import type { History, Location, Path, To } from "./history";
22
import {
33
Action as HistoryAction,
44
createLocation,

0 commit comments

Comments
 (0)