Quiz-PDF/Frontend/sections/Hero/index.ts

8 lines
301 B
TypeScript

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