diff --git a/Resources/ts/router.test-d.ts b/Resources/ts/router.test-d.ts index 862f183..4b65185 100644 --- a/Resources/ts/router.test-d.ts +++ b/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.getInstance());