Skip to content

Commit 6129054

Browse files
committed
Fix lint error
1 parent e5e7e2f commit 6129054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dev/vite/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import {
7979
createConfigLoader,
8080
resolveEntryFiles,
8181
configRouteToBranchRoute,
82-
PrerenderPaths,
82+
type PrerenderPaths,
8383
} from "../config/config";
8484
import { getOptimizeDepsEntries } from "./optimize-deps-entries";
8585
import { decorateComponentExportsWithProps } from "./with-props";

0 commit comments

Comments
 (0)