diff options
Diffstat (limited to 'src/components/options/KeybindDialogComponent.tsx')
-rw-r--r-- | src/components/options/KeybindDialogComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/options/KeybindDialogComponent.tsx b/src/components/options/KeybindDialogComponent.tsx index e36fd705..057a3b05 100644 --- a/src/components/options/KeybindDialogComponent.tsx +++ b/src/components/options/KeybindDialogComponent.tsx @@ -1,7 +1,7 @@ import * as React from "react"; import { ChangeEvent } from "react"; import Config from "../../config"; -import { Keybind, formatKey, keybindEquals } from "../../maze-utils/config"; +import { Keybind, formatKey, keybindEquals } from "../../../maze-utils/src/config"; export interface KeybindDialogProps { option: string; |