From 7ef14ca0e7fb7177a88634e402ab5166c24c2501 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:32:52 +0200 Subject: [PATCH] chore(nc-gui): import order --- packages/nc-gui/composables/useGlobal/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' /**