forked from mrwyndham/fastpocket
8 lines
301 B
TypeScript
8 lines
301 B
TypeScript
import SquaredBackgroundHero from "./SquaredBackgroundHero";
|
|
import CenterAllignedWithVideoHero from "./CenterAllignedWithVideoHero";
|
|
import WaitingListWithImageHero from "./WaitingListWithImageHero";
|
|
export {
|
|
SquaredBackgroundHero,
|
|
CenterAllignedWithVideoHero,
|
|
WaitingListWithImageHero
|
|
}; |