module refactor completion

This commit is contained in:
Michael Freno
2025-10-31 21:01:39 -04:00
parent d947bc04e4
commit 87526c34ec
9 changed files with 393 additions and 435 deletions

View File

@@ -13,4 +13,6 @@ local TEXT_SIZE_PRESETS = {
["4xl"] = 7.0, -- 7vh
}
return { TEXT_SIZE_PRESETS }
return {
TEXT_SIZE_PRESETS = TEXT_SIZE_PRESETS
}