mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-12 07:01:31 +08:00
fixed incorrect import
This commit is contained in:
parent
9182d353fe
commit
7511cb15f0
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ import LanguagesCommands, {
|
|||
} from "./lists/languages";
|
||||
import KeymapLayoutsCommands, {
|
||||
update as updateKeymapLayoutsCommands,
|
||||
} from "./lists/layouts";
|
||||
} from "./lists/keymap-layouts";
|
||||
|
||||
import Config, * as UpdateConfig from "../config";
|
||||
import * as Misc from "../utils/misc";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue