Skip to content

Commit f0b66e8

Browse files
Fix: Remove unused imports in manifest.ts to resolve TypeScript linter errors
1 parent fccd2b4 commit f0b66e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/manifest.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import {isAbsolute, relative, resolve} from 'pathe';
22
import type {Route, PluginOptions, RouteManifestItem} from './types.js';
33
import type {RouteConfigEntry} from '@react-router/dev/routes';
4-
import type {Config} from '@react-router/dev/config';
5-
import type {RsbuildPlugin, Rspack} from '@rsbuild/core';
4+
import type {Rspack} from '@rsbuild/core';
65
import {
76
combineURLs,
87
createRouteId,
9-
generateWithProps,
10-
removeExports,
11-
transformRoute,
128
} from './plugin-utils.js';
139
import {SERVER_EXPORTS, CLIENT_EXPORTS, JS_LOADERS} from './constants.js';
1410
import * as esbuild from 'esbuild';

0 commit comments

Comments
 (0)