Skip to content

Commit 1d08537

Browse files
committed
fix: lint
1 parent 773516d commit 1d08537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler/src/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
type RootNode,
2727
} from './ir'
2828
import type { CompilerOptions as BaseCompilerOptions } from '@vue/compiler-dom'
29-
import type { Expression, JSXElement, JSXFragment } from '@babel/types'
29+
import type { JSXElement, JSXFragment } from '@babel/types'
3030

3131
export { generate }
3232

0 commit comments

Comments
 (0)