refactor keybinding files

This commit is contained in:
bymyself
2025-09-23 22:18:34 -07:00
parent ac72999e26
commit 42ffdb2141
25 changed files with 330 additions and 29 deletions

View File

@@ -1,7 +1,10 @@
import { createPinia, setActivePinia } from 'pinia'
import { beforeEach, describe, expect, it } from 'vitest'
import { KeybindingImpl, useKeybindingStore } from '@/stores/keybindingStore'
import {
KeybindingImpl,
useKeybindingStore
} from '@/workbench/keybindings/stores/keybindingStore'
describe('useKeybindingStore', () => {
beforeEach(() => {