Skip to content

Commit

Permalink
import type { QInput } from "quasar";
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 9, 2024
1 parent 3dad940 commit c6418e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<script setup lang="ts">
import { computed, ref, nextTick } from "vue";
import { type QInput } from "quasar";
import type { QInput } from "quasar";
import { replaceTagIdToTagString, sanitizeFileName } from "@/store/utility";
import { UnreachableError } from "@/type/utility";
Expand Down

0 comments on commit c6418e8

Please sign in to comment.