import { html } from 'htm/preact'; import eventBus from '../classes/event-bus.js'; import { useState } from 'preact/hooks'; function StoryPlayer() { return html`
`; } export default StoryPlayer;