Add Banner component
This commit is contained in:
parent
9468de6166
commit
a57fed98de
2 changed files with 50 additions and 1 deletions
3
index.ts
3
index.ts
|
@ -3,7 +3,8 @@ import CallToAction from "./src/blocks/CallToAction.astro";
|
|||
import Hero from "./src/blocks/Hero.astro"
|
||||
|
||||
// Components
|
||||
import Banner from "./src/Banner.astro"
|
||||
import Image from "./src/Image.astro";
|
||||
|
||||
// Export
|
||||
export {CallToAction, Image, Hero}
|
||||
export {Banner, CallToAction, Image, Hero}
|
Loading…
Add table
Add a link
Reference in a new issue