Skip to content

Commit 7206b8f

Browse files
committed
ci: unused import
1 parent 8773c96 commit 7206b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-loaders/auto-exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createFilter } from '@rollup/pluginutils'
22
import MagicString from 'magic-string'
33
import { findStaticImports, parseStaticImport } from 'mlly'
4-
import { join, resolve } from 'pathe'
4+
import { resolve } from 'pathe'
55
import { type UnpluginOptions } from 'unplugin'
66

77
export function extractLoadersToExport(

0 commit comments

Comments
 (0)