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

6 lines
204 B
TypeScript

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