mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
Move component from system to root folder
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user