🚀 Init

This commit is contained in:
Korbs 2024-12-03 21:50:31 -05:00
commit cc996376f5
9 changed files with 920 additions and 0 deletions

8
index.ts Normal file
View file

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