Skip to content

Commit 0033d72

Browse files
committed
refactor: remove uneeded imports
1 parent d3cf47a commit 0033d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-multi-assign */
2-
import { parse, preprocess } from 'svelte/compiler';
2+
import { parse } from 'svelte/compiler';
33
import type { AST, PreprocessorGroup, MarkupPreprocessor } from 'svelte/compiler';
44
import { mixedProcessor, nativeProcessor, scopedProcessor } from './processors';
55
import type { PluginOptions } from './types';

0 commit comments

Comments
 (0)