Skip to content

Commit 1041236

Browse files
committed
chore: fix lint
1 parent e653e77 commit 1041236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compiler/src/transforms/transformElement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import type {
2424
NodeTransform,
2525
TransformContext,
2626
} from '../transform'
27-
import { EMPTY_EXPRESSION } from './utils'
2827
import type { JSXAttribute, JSXElement, JSXSpreadAttribute } from '@babel/types'
2928

3029
export const isReservedProp = /* #__PURE__ */ makeMap(

0 commit comments

Comments
 (0)