Carousel: Fix animation import
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-11 15:02:34 +01:00
parent c8ffd8bb51
commit 8c9000a7c9

View File

@@ -7,7 +7,7 @@
const { page } = stores()
// Animations
import { animateIn } from '../animations/carousel'
import { animateIn } from '../animations/Carousel'
// Components
import IconArrow from '../atoms/IconArrow'