Skip to content

Commit

Permalink
Actually change the correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsMinten authored and tobias-93 committed Jan 23, 2024
1 parent 8afcc2b commit 6650f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/ts/router.test-d.ts
@@ -1,6 +1,6 @@
import { expectType } from 'tsd';
import type { RoutesMap } from '../js/router';
import { Route, Router, type Routing } from './router';
import { type Route, Router, Routing } from './router';
import routes from './routes.json';

expectType<Router>(Router.getInstance());
Expand Down

0 comments on commit 6650f94

Please sign in to comment.