🚀 Init
This commit is contained in:
commit
cc996376f5
9 changed files with 920 additions and 0 deletions
8
index.ts
Normal file
8
index.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Blocks
|
||||
import CallToAction from "./src/blocks/CallToAction.astro";
|
||||
|
||||
// Components
|
||||
import Image from "./src/Image.astro";
|
||||
|
||||
// Export
|
||||
export {CallToAction, Image}
|
Loading…
Add table
Add a link
Reference in a new issue