Rename a file for future consistency
This commit is contained in:
parent
6db1d8af2a
commit
5d389a0796
@ -1,11 +1,11 @@
|
||||
import { createApp } from 'vue';
|
||||
import PlayerUiBase from './PlayerUiBase';
|
||||
import PlayerOverlay from './PlayerOverlay';
|
||||
import mdiVue from 'mdi-vue/v3';
|
||||
import * as mdijs from '@mdi/js';
|
||||
|
||||
// NOTE — this is in-player interface for ultrawidify
|
||||
// it is injected into the page in UI.init()
|
||||
|
||||
createApp(PlayerUiBase)
|
||||
createApp(PlayerOverlay)
|
||||
.use(mdiVue, {icons: mdijs})
|
||||
.mount('#app');
|
||||
|
Loading…
Reference in New Issue
Block a user