Refactor: Terminal core

This commit is contained in:
unitwk 2024-03-12 14:29:23 +08:00
parent 3b3974cec0
commit 6c928ba2aa

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import { onMounted, computed, ref } from "vue";
import { onMounted, computed } from "vue";
import CardPanel from "@/components/CardPanel.vue";
import { t } from "@/lang/i18n";
import type { LayoutCard } from "@/types";