chore: remove static loaders

This commit is contained in:
Phan An 2022-07-26 17:13:58 +02:00
parent 9ac080fcbc
commit 818d4b0fac
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,8 @@
import './staticLoader'
import 'plyr/dist/plyr.js'
import { createApp } from 'vue'
import App from './App.vue'
import { clickaway, droppable, focus } from '@/directives'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import App from './App.vue'
createApp(App)
.component('icon', FontAwesomeIcon)

View file

@ -1 +0,0 @@
import 'plyr/dist/plyr.js'