chore: rm unused import

This commit is contained in:
ThatOneCalculator 2022-09-13 21:09:35 -07:00
parent 5368a231c8
commit 1e5f9c68b3

View file

@ -26,7 +26,6 @@
<script lang="ts" setup>
import { computed, ref, watch } from "vue";
import MkButton from "@/components/MkButton.vue";
import { definePageMetadata } from "@/scripts/page-metadata";
import { i18n } from "@/i18n";
import { useRouter } from "@/router";