2024-09-18 17:14:26 -03:00

9 lines
292 B
JavaScript

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