diff options
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index cc11050b..65bda35c 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -1,6 +1,6 @@ +import { get } from "svelte/store"; import type { CommandPaletteAction } from "$lib/CommandPalette/actions"; import locale from "$stores/locale"; -import { get } from "svelte/store"; export const toolsAsCommandPaletteActions = (): CommandPaletteAction[] => Object.entries(tools) |