Skip to content

Commit 04c2b5c

Browse files
committed
chore: remove unused imports
1 parent 3aa355a commit 04c2b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/builders/rollup/build.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { OutputOptions, OutputChunk, PreRenderedChunk } from "rollup";
1+
import type { OutputOptions, OutputChunk } from "rollup";
22
import { rollup } from "rollup";
33
import dts from "rollup-plugin-dts";
4-
import { resolve, relative } from "pathe";
5-
import type { BuildContext, RollupOptions } from "../../types";
4+
import { resolve } from "pathe";
5+
import type { BuildContext } from "../../types";
66
import { removeShebangPlugin } from "./plugins/shebang";
77
import consola from "consola";
88
import { getRollupOptions } from "./config";

0 commit comments

Comments
 (0)