9 lines
168 B
TypeScript
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} |