From 07472550d227513e596b0d79f9c71f1fe44ee48b Mon Sep 17 00:00:00 2001 From: Lasse Narula Date: Wed, 5 Feb 2025 18:45:36 +0100 Subject: [PATCH] organize imports --- packages/knip/src/plugins/react-router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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