Skip to content

Commit

Permalink
Remove unused import of defineProps in Hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
abdessamadbettal committed Dec 5, 2024
1 parent a0370c2 commit e74e517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/Components/Home/Hero.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<script setup>
import { defineProps } from 'vue';
import Button from '@/Components/Button.vue';
import IconTextDecoration from '@/Components/Icons/IconTextDecoration.vue';
//
const props = defineProps({
id: {
Expand Down

0 comments on commit e74e517

Please sign in to comment.