Skip to content

Commit

Permalink
Remove uneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Feb 1, 2024
1 parent 7fb4b37 commit daf5ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/DynamicHeroIcon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { defineProps, onMounted, ref } from 'vue'
import { onMounted, ref } from 'vue'
import * as heroIcons from '@heroicons/vue/24/solid'
const props = defineProps<{
Expand Down

0 comments on commit daf5ab4

Please sign in to comment.