chore: move imports in correct order
This commit is contained in:
parent
f0986fc636
commit
a84ae15f00
@ -1,5 +1,14 @@
|
|||||||
import './index.css'
|
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 {
|
import {
|
||||||
FrappeUI,
|
FrappeUI,
|
||||||
Button,
|
Button,
|
||||||
@ -14,14 +23,6 @@ import {
|
|||||||
frappeRequest,
|
frappeRequest,
|
||||||
FeatherIcon,
|
FeatherIcon,
|
||||||
} from 'frappe-ui'
|
} 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 = {
|
let globalComponents = {
|
||||||
Button,
|
Button,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user