chore: remove unused imports

This commit is contained in:
三咲智子 Kevin Deng 2024-02-08 17:34:43 +08:00
parent 6001fe8976
commit 55a956e87d
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 2 deletions

View File

@ -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,