2024-02-15 17:03:49 +08:00

8 lines
301 B
TypeScript

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