Skip to content

Commit

Permalink
fixing vue build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 11, 2024
1 parent 9520c86 commit 593e637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue/src/components/SearchInput/SearchInput.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import { ref, onMounted } from 'vue'
import IconSearch from './../Icons/IconSearch.vue'
import BaseButton from './../BaseButton/BaseButton.vue'
interface SearchInputProps {
underlinedInput?: boolean
Expand Down

0 comments on commit 593e637

Please sign in to comment.