diff --git a/packages/knip/src/plugins/react-router/index.ts b/packages/knip/src/plugins/react-router/index.ts index d8907de53..61dda5526 100644 --- a/packages/knip/src/plugins/react-router/index.ts +++ b/packages/knip/src/plugins/react-router/index.ts @@ -3,8 +3,8 @@ import type { IsPluginEnabled, Plugin, ResolveEntryPaths } from '../../types/con import { toEntry } from '../../util/input.js'; import { join } from '../../util/path.js'; import { hasDependency, load } from '../../util/plugin.js'; -import type { PluginConfig, RouteConfigEntry } from './types.js'; import vite from '../vite/index.js'; +import type { PluginConfig, RouteConfigEntry } from './types.js'; // https://reactrouter.com/start/framework/routing