Skip to content

Commit 6650f94

Browse files
NilsMintentobias-93
authored andcommitted
Actually change the correct import
1 parent 8afcc2b commit 6650f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/ts/router.test-d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expectType } from 'tsd';
22
import type { RoutesMap } from '../js/router';
3-
import { Route, Router, type Routing } from './router';
3+
import { type Route, Router, Routing } from './router';
44
import routes from './routes.json';
55

66
expectType<Router>(Router.getInstance());

0 commit comments

Comments
 (0)