Move component from system to root folder

This commit is contained in:
Insality
2020-02-06 01:20:13 +03:00
parent 544fd8d736
commit e1edc8ae9b
16 changed files with 185 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
--- Component for rich progress component
-- @module druid.progress_rich
local component = require("druid.system.component")
local component = require("druid.component")
local M = component.create("progress_rich")