chore: clean unused

This commit is contained in:
Methapon Metanipat 2024-09-16 14:47:37 +07:00
parent 46041c3f37
commit 9008bb54da

View file

@ -1,6 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
import { Icon } from '@iconify/vue'; import { Icon } from '@iconify/vue';
import { ref } from 'vue';
type Node = { type Node = {
[key: string]: any; [key: string]: any;
opened?: boolean; opened?: boolean;