chore: remove unused imports
This commit is contained in:
parent
6001fe8976
commit
55a956e87d
|
@ -4,14 +4,13 @@
|
|||
// mixins
|
||||
// caching
|
||||
|
||||
import { type FunctionalComponent, setCurrentInstance } from '../src/component'
|
||||
import { setCurrentInstance } from '../src/component'
|
||||
import {
|
||||
children,
|
||||
defineComponent,
|
||||
getCurrentInstance,
|
||||
nextTick,
|
||||
ref,
|
||||
render,
|
||||
setText,
|
||||
template,
|
||||
watchEffect,
|
||||
|
|
Loading…
Reference in New Issue