1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-22 19:13:52 +00:00
Pandora/index.ts
2024-12-04 13:59:43 -05:00

9 lines
212 B
TypeScript

// 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, Hero}