fixed incorrect import

This commit is contained in:
Miodec 2022-09-27 15:48:43 +02:00
parent 9182d353fe
commit 7511cb15f0

View file

@ -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";