1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-31 15:33:53 +00:00
Pandora/index.ts

8 lines
163 B
TypeScript
Raw Normal View History

2024-12-04 02:50:31 +00:00
// Blocks
import CallToAction from "./src/blocks/CallToAction.astro";
// Components
import Image from "./src/Image.astro";
// Export
export {CallToAction, Image}