diff --git a/packages/nc-gui/composables/useGlobal/index.ts b/packages/nc-gui/composables/useGlobal/index.ts index 3088dc9dad..b273dadd81 100644 --- a/packages/nc-gui/composables/useGlobal/index.ts +++ b/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' /**