Skip to content

Commit

Permalink
refactor: definePropsのimportは不要らしいので削除 (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Aug 21, 2024
1 parent a8b1520 commit 38c4f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/HotkeyRecordingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</template>

<script setup lang="ts">
import { computed, defineProps, defineEmits } from "vue";
import { computed } from "vue";
import { HotkeyCombination } from "@/type/preload";
const props = defineProps<{
Expand Down

0 comments on commit 38c4f18

Please sign in to comment.