1
0
forked from noxious/client

Renamed Keybindings > Hotkeys

This commit is contained in:
Dennis Postma 2024-10-18 00:33:06 +02:00
parent d68ee120ab
commit 66e56d3626
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<div v-if="isLoaded">
<Menu />
<Hud />
<Keybindings />
<Hotkeys />
<Minimap />
<Zone />
<Chat />
@ -32,7 +32,7 @@ import Menu from '@/components/gui/Menu.vue'
import ExpBar from '@/components/gui/ExpBar.vue'
import Hud from '@/components/gui/Hud.vue'
import Zone from '@/components/zone/Zone.vue'
import Keybindings from '@/components/gui/Keybindings.vue'
import Hotkeys from '@/components/gui/Hotkeys.vue'
import Chat from '@/components/gui/Chat.vue'
import GmTools from '@/components/gameMaster/GmTools.vue'
import GmPanel from '@/components/gameMaster/GmPanel.vue'