Skip to content

Commit

Permalink
Update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Aug 27, 2023
1 parent 2ebe4d0 commit a70e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/game/hotkeys/context-based-templates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end
-- convert all known templates

---@type table
local RawTemplates = import("/lua/ui/game/commands/context-based-templates-data.lua")
local RawTemplates = import("/lua/ui/game/hotkeys/context-based-templates-data.lua")

---@type ContextBasedTemplate[]
local Templates = { }
Expand Down

0 comments on commit a70e5f6

Please sign in to comment.