mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
lint: apply pretty import
This commit is contained in:
@@ -5,9 +5,12 @@
|
||||
// For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
import { createApp } from 'vue';
|
||||
import { pinia } from './stores';
|
||||
import { initPlugins, i18n, initComponents, initSentry } from './plugin';
|
||||
|
||||
import ElementPlus from 'element-plus';
|
||||
|
||||
import { i18n, initComponents, initPlugins, initSentry } from './plugin';
|
||||
import { pinia } from './stores';
|
||||
|
||||
import App from './App.vue';
|
||||
|
||||
await initPlugins();
|
||||
|
||||
Reference in New Issue
Block a user