import { createApp } from 'vue'; import PlayerUiBase from './PlayerUiBase'; createApp(PlayerUiBase).mount('#app');