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