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