Quiz-PDF/sections/Hero/index.js

9 lines
292 B
JavaScript

import SquaredBackgroundHero from "./SquaredBackgroundHero"
import CenterAllignedWithVideoHero from "./CenterAllignedWithVideoHero"
import WaitingListWithImageHero from "./WaitingListWithImageHero"
export {
SquaredBackgroundHero,
CenterAllignedWithVideoHero,
WaitingListWithImageHero
}