Skip to content

Commit

Permalink
Fixed: Remove defineprops macro imports from carouselIndicators compo…
Browse files Browse the repository at this point in the history
…nent.
  • Loading branch information
moshiur01 committed Nov 12, 2024
1 parent 9da2813 commit ea187c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel/CarouselIndicators.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { defineProps, type HtmlHTMLAttributes } from "vue";
import { type HtmlHTMLAttributes } from "vue";
import { cn } from "../../utils/cn";
import { carouselTheme } from "./carouselTheme";
import DotButton from "./DotButton.vue";
Expand Down

0 comments on commit ea187c1

Please sign in to comment.