diff --git a/playgrounds/embla-carousel-playground-react/src/main.tsx b/playgrounds/embla-carousel-playground-react/src/main.tsx index e8dad4ed3..2ef05c093 100644 --- a/playgrounds/embla-carousel-playground-react/src/main.tsx +++ b/playgrounds/embla-carousel-playground-react/src/main.tsx @@ -14,7 +14,7 @@ import { DOTS_STYLES, SLIDE_NUMBER_STYLES, examplesCarouselDefaultStyles -} from 'components/Examples/createCarouselStyles' +} from 'components/Examples/examplesCarouselStyles' import Carousel from './Carousel/Carousel' import './main.css' diff --git a/playgrounds/embla-carousel-playground-solid/src/main.tsx b/playgrounds/embla-carousel-playground-solid/src/main.tsx index 506eae485..ae475cb03 100644 --- a/playgrounds/embla-carousel-playground-solid/src/main.tsx +++ b/playgrounds/embla-carousel-playground-solid/src/main.tsx @@ -14,7 +14,7 @@ import { DOTS_STYLES, SLIDE_NUMBER_STYLES, examplesCarouselDefaultStyles -} from 'components/Examples/createCarouselStyles' +} from 'components/Examples/examplesCarouselStyles' import Carousel from './Carousel/Carousel' import './main.css' diff --git a/playgrounds/embla-carousel-playground-vanilla/src/main.ts b/playgrounds/embla-carousel-playground-vanilla/src/main.ts index 093d978ba..f54b18bab 100644 --- a/playgrounds/embla-carousel-playground-vanilla/src/main.ts +++ b/playgrounds/embla-carousel-playground-vanilla/src/main.ts @@ -11,7 +11,7 @@ import { DOTS_STYLES, SLIDE_NUMBER_STYLES, examplesCarouselDefaultStyles -} from 'components/Examples/createCarouselStyles' +} from 'components/Examples/examplesCarouselStyles' import { createSlides } from './Carousel/setupSlides' import { addPrevNextBtnsClickHandlers } from './Carousel/setupButtons' import {