Create Hero component

This commit is contained in:
Korbs 2024-12-04 13:59:43 -05:00
parent cc996376f5
commit eccad26857
2 changed files with 50 additions and 1 deletions

View file

@ -1,8 +1,9 @@
// Blocks
import CallToAction from "./src/blocks/CallToAction.astro";
import Hero from "./src/blocks/Hero.astro"
// Components
import Image from "./src/Image.astro";
// Export
export {CallToAction, Image}
export {CallToAction, Image, Hero}