К предыдущему

This commit is contained in:
Book Pauk
2022-10-12 16:30:27 +07:00
parent 62ac60887e
commit 8cbaf60755
2 changed files with 3 additions and 1 deletions

View File

@@ -19,8 +19,11 @@
//-----------------------------------------------------------------------------
import vueComponent from '../../../vueComponent.js';
import UserHotKeys from '../../SettingsPage/KeysTab/UserHotKeys/UserHotKeys.vue';
const componentOptions = {
components: {
UserHotKeys,
},
};
class HotkeysHelpPage {