move apis into rom/modules/main for shell compatibility
This commit is contained in:
11
sys/modules/opus/ui/components/WizardPage.lua
Normal file
11
sys/modules/opus/ui/components/WizardPage.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local class = require('opus.class')
|
||||
local UI = require('opus.ui')
|
||||
|
||||
local colors = _G.colors
|
||||
|
||||
UI.WizardPage = class(UI.ActiveLayer)
|
||||
UI.WizardPage.defaults = {
|
||||
UIElement = 'WizardPage',
|
||||
backgroundColor = colors.cyan,
|
||||
ey = -2,
|
||||
}
|
||||
Reference in New Issue
Block a user