Skip to content

Commit

Permalink
Delete require call for column layout
Browse files Browse the repository at this point in the history
It's just sitting there

menacingly
  • Loading branch information
Aweptimum authored Nov 7, 2021
1 parent 186d06f commit 662d1fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layout/grid.lua
Original file line number Diff line number Diff line change
@@ -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')
Expand Down Expand Up @@ -411,4 +410,4 @@ function grid:draw(xRoot, yRoot, width, height, children)
end
end

return grid
return grid

0 comments on commit 662d1fc

Please sign in to comment.