[*] The great require parens fixup©

This commit is contained in:
2022-08-16 00:23:52 +02:00
parent 18fdaee15d
commit acf9403291
11 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
local BASE = (...):gsub('rows')
local Layout = require BASE..'layout'
local Layout = require(BASE..'layout')
local Rows = setmetatable({}, Layout)
Rows.__index = Rows