8 lines
167 B
TypeScript
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} |