Zorn/index.ts
2025-01-02 00:18:04 -05:00

9 lines
168 B
TypeScript

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