updated require paths for renamed element files
This commit is contained in:
@@ -8,10 +8,10 @@ local style = require("pocket.ui.style")
|
||||
|
||||
local core = require("graphics.core")
|
||||
|
||||
local Div = require("graphics.elements.div")
|
||||
local TextBox = require("graphics.elements.textbox")
|
||||
local Div = require("graphics.elements.Div")
|
||||
local TextBox = require("graphics.elements.TextBox")
|
||||
|
||||
local WaitingAnim = require("graphics.elements.animations.waiting")
|
||||
local WaitingAnim = require("graphics.elements.animations.Waiting")
|
||||
|
||||
local ALIGN = core.ALIGN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user