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