From 9d4c624f6eacd36a28d77ca3f638a5b00a1df21a Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 2 Jul 2021 00:24:59 +0300 Subject: [PATCH] #31 : Add Progress to carousel --- src/components/Carousel/Carousel.svelte | 2 ++ 1 file changed, 2 insertions(+) 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} +