This commit is contained in:
Insality
2025-03-05 22:17:06 +02:00
parent 72692f5efc
commit 9bb7c6e8bd
54 changed files with 55 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
local memory_panel = require("druid.widget.memory_panel.memory_panel")
---@class widget.example_memory_panel: druid.widget
---@class examples.example_memory_panel: druid.widget
local M = {}
@@ -9,4 +9,4 @@ function M:init()
end
return M
return M