Zorn/index.ts
2025-01-03 19:00:39 -05:00

8 lines
167 B
TypeScript

// Primary Player
import Zorn from "./src/Player.astro"
// Presenter
import Presentation from './src/Presentation/Player.astro'
// Export
export {Zorn, Presentation}