chore: move imports in correct order
This commit is contained in:
parent
f0986fc636
commit
a84ae15f00
@ -1,5 +1,14 @@
|
||||
import './index.css'
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import { createDialog } from './utils/dialogs'
|
||||
import { initSocket } from './socket'
|
||||
import router from './router'
|
||||
import translationPlugin from './translation'
|
||||
import { posthogPlugin } from './telemetry'
|
||||
import App from './App.vue'
|
||||
|
||||
import {
|
||||
FrappeUI,
|
||||
Button,
|
||||
@ -14,14 +23,6 @@ import {
|
||||
frappeRequest,
|
||||
FeatherIcon,
|
||||
} from 'frappe-ui'
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import { createDialog } from './utils/dialogs'
|
||||
import { initSocket } from './socket'
|
||||
import router from './router'
|
||||
import translationPlugin from './translation'
|
||||
import { posthogPlugin } from './telemetry'
|
||||
import App from './App.vue'
|
||||
|
||||
let globalComponents = {
|
||||
Button,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user