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-03 21:50:31 -05:00

8 lines
163 B
TypeScript

// Blocks
import CallToAction from "./src/blocks/CallToAction.astro";
// Components
import Image from "./src/Image.astro";
// Export
export {CallToAction, Image}