Zorn/index.ts

8 lines
167 B
TypeScript
Raw Normal View History

2025-01-02 00:18:04 -05:00
// Primary Player
import Zorn from "./src/Player.astro"
// Presenter
import Presentation from './src/Presentation/Player.astro'
// Export
export {Zorn, Presentation}