refactor: ⚰️ unused import

This commit is contained in:
ThatOneCalculator 2023-06-16 14:12:21 -07:00
parent 54bdfd6e1d
commit 0127cc6ac3
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -159,7 +159,6 @@
<script lang="ts" setup>
import Vue3OtpInput from "vue3-otp-input";
import { ref } from "vue";
import { defineAsyncComponent } from "vue";
import { toUnicode } from "punycode/";
import MkButton from "@/components/MkButton.vue";