mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
add text component (#4)
This commit is contained in:
@@ -9,8 +9,8 @@ local STRING = "string"
|
||||
local components = {
|
||||
-- basic
|
||||
button = require("druid.base.button"),
|
||||
text = require("druid.base.text"),
|
||||
timer = require("druid.base.timer"),
|
||||
-- text = require("druid.base.text"),
|
||||
-- android_back = require("druid.base.android_back"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user