From f7583f198e2a0267a922e9ad9e5b16de3adff80c Mon Sep 17 00:00:00 2001 From: Assunta DeSanto Date: Tue, 14 Nov 2023 14:52:29 -0500 Subject: [PATCH] fixing imports sort --- client/src/stores/helpmode/helpModeTextStore.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/stores/helpmode/helpModeTextStore.js b/client/src/stores/helpmode/helpModeTextStore.js index 4f2b61ce03ce..3b0da6402866 100644 --- a/client/src/stores/helpmode/helpModeTextStore.js +++ b/client/src/stores/helpmode/helpModeTextStore.js @@ -1,6 +1,7 @@ -import config from "./helpTextConfig.yml"; import { defineStore } from "pinia"; +import config from "./helpTextConfig.yml"; + export const useHelpModeTextStore = defineStore("helpModeText", { state: () => { return {