forked from mrwyndham/fastpocket
9 lines
292 B
JavaScript
9 lines
292 B
JavaScript
import SquaredBackgroundHero from "./SquaredBackgroundHero"
|
|
import CenterAllignedWithVideoHero from "./CenterAllignedWithVideoHero"
|
|
import WaitingListWithImageHero from "./WaitingListWithImageHero"
|
|
export {
|
|
SquaredBackgroundHero,
|
|
CenterAllignedWithVideoHero,
|
|
WaitingListWithImageHero
|
|
}
|