diff --git a/layout/grid.lua b/layout/grid.lua index a5c46f2..d4d69f4 100644 --- a/layout/grid.lua +++ b/layout/grid.lua @@ -1,4 +1,3 @@ -local column = require "helium.layout.column" --my copy of the cssssss grids local path = string.sub(..., 1, string.len(...) - string.len(".grid")) local layout = require(path..'.layout') @@ -411,4 +410,4 @@ function grid:draw(xRoot, yRoot, width, height, children) end end -return grid \ No newline at end of file +return grid