fix: missing component

This commit is contained in:
Methapon2001 2024-04-11 14:55:12 +07:00
parent 53c7cad862
commit b9e0d18d8b

View file

@ -1,4 +1,5 @@
<script setup lang="ts">
import { Icon } from '@iconify/vue';
import { Branch } from '../../stores/branch/types';
import AppBox from '../app/AppBox.vue';