Skip to content

Commit 78fcb9f

Browse files
committed
refactor: remove unused imports in collect-styles
1 parent fadf073 commit 78fcb9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/src/server/collect-styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from "node:path";
22
import { join, resolve } from "pathe";
3-
import type { DevEnvironment, EnvironmentModuleNode, ModuleNode, RunnableDevEnvironment, ViteDevServer } from "vite";
3+
import type { DevEnvironment, EnvironmentModuleNode } from "vite";
44

55
async function getViteModuleNode(
66
vite: DevEnvironment,

0 commit comments

Comments
 (0)