Create Hero component
This commit is contained in:
parent
cc996376f5
commit
eccad26857
2 changed files with 50 additions and 1 deletions
3
index.ts
3
index.ts
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue