Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lasseklovstad committed Feb 5, 2025
1 parent ea73062 commit 0747255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knip/src/plugins/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0747255

Please sign in to comment.