Update docs

This commit is contained in:
Insality
2025-04-25 20:53:58 +03:00
parent 6795934a1f
commit ec39242fb1
7 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,6 @@ local memory_panel = require("druid.widget.memory_panel.memory_panel")
function init(self)
self.druid = druid.new(self)
self.memory_panel = self.druid:new_widget(memory_panel, "memory_panel")
end