Skip to content

Commit 08f07d1

Browse files
committed
clean code
1 parent f3e7dd5 commit 08f07d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-jsx/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as t from '@babel/types';
22
import { type NodePath } from '@babel/traverse';
3+
import { isHTMLTag , isSVGTag } from '@vue/shared'
34
import type { State } from './interface';
45
import SlotFlags from './slotFlags';
5-
import { isHTMLTag , isSVGTag } from '@vue/shared'
66
export const JSX_HELPER_KEY = 'JSX_HELPER_KEY';
77
export const FRAGMENT = 'Fragment';
88
export const KEEP_ALIVE = 'KeepAlive';

0 commit comments

Comments
 (0)