diff --git a/src/components/Blocks/FeaturedBlock/index.js b/src/components/Blocks/FeaturedBlock/index.js index 00ec53b..b0a7df5 100644 --- a/src/components/Blocks/FeaturedBlock/index.js +++ b/src/components/Blocks/FeaturedBlock/index.js @@ -1,7 +1,7 @@ import FeaturedBlockView from './FeaturedBlockView'; import FeaturedBlockEdit from './FeaturedBlockEdit'; import FeaturedImageEditor from './FeaturedImageEditor'; -import CarouselFeaturedView from './Variations'; +import { CarouselFeaturedView } from './Variations'; export { FeaturedBlockView,