fix(storybook): mock keybind formatter

This commit is contained in:
Kit Langton
2026-06-06 18:50:27 -04:00
parent 4511d05c61
commit 8a1f4e7727
@@ -8,6 +8,10 @@ const keybinds: Record<string, string> = {
"model.variant.cycle": "mod+shift+m",
}
export function formatKeybind(config: string) {
return config === "none" ? "" : config
}
export function useCommand() {
return {
options: [],