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

@@ -2,7 +2,7 @@
-- @module druid.checkbox
local helper = require("druid.helper")
local component = require("druid.system.component")
local component = require("druid.component")
local M = component.create("checkbox")