Skip to content

Commit

Permalink
fixing imports sort
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Nov 14, 2023
1 parent e2ee792 commit f7583f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/stores/helpmode/helpModeTextStore.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit f7583f1

Please sign in to comment.