Skip to content

Commit

Permalink
test: extension for button import
Browse files Browse the repository at this point in the history
  • Loading branch information
visneviySecret committed Jun 3, 2024
1 parent 436fead commit 0737f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entites/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</template>

<script setup>
import Button from '@/src/shared/Button'
import Button from '@/src/shared/Button.vue'
const { url, imgSrc, handleClick } = defineProps([
'url',
'imgSrc',
Expand Down
2 changes: 1 addition & 1 deletion src/Sections/pets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</template>

<script setup>
import Button from '@/src/shared/Button'
import Button from '@/src/shared/Button.vue'
import PetsSwiper from '@/src/Features/PetsSwiper'
const breakpoints = {
Expand Down

0 comments on commit 0737f88

Please sign in to comment.