Skip to content

Commit

Permalink
Change playground style imports to correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Feb 28, 2024
1 parent ac7e76c commit 6a7afaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-react/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-solid/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-vanilla/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a7afaa

Please sign in to comment.