Browse Source

chore(nc-gui): import order

pull/3801/head
braks 2 years ago
parent
commit
7ef14ca0e7
  1. 4
      packages/nc-gui/composables/useGlobal/index.ts

4
packages/nc-gui/composables/useGlobal/index.ts

@ -1,7 +1,7 @@
import { useGlobalState } from './state'
import { useGlobalActions } from './actions'
import type { UseGlobalReturn } from './types'
import { useGlobalGetters } from './getters'
import { useGlobalState } from './state'
import type { UseGlobalReturn } from './types'
import { createGlobalState, useNuxtApp, watch } from '#imports'
/**

Loading…
Cancel
Save