diff --git a/src/components/Carousel/Carousel.svelte b/src/components/Carousel/Carousel.svelte index 36a3656..cf0d74d 100644 --- a/src/components/Carousel/Carousel.svelte +++ b/src/components/Carousel/Carousel.svelte @@ -3,6 +3,7 @@ import { createStore } from '../../store' import Dots from '../Dots/Dots.svelte' import Arrow from '../Arrow/Arrow.svelte' + import Progress from '../Progress/Progress.svelte' import { NEXT, PREV } from '../../direction' import { swipeable } from '../../actions/swipeable' import { focusable } from '../../actions/focusable' @@ -332,6 +333,7 @@ > {/if} +