mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 10:14:52 +00:00
9c6dddc5ee
- ui_level4/schemas.lua -> schemas/ (render, add_schema, edit_schema) - ui_level4/layout.lua -> layout/ (render, tabs, existing god_*) - ui_level6/tenants.lua -> tenants/ (tenant_list, tenant_card, create_tenant_form) - ui_level6/layout.lua -> layout/ (supergod_sidebar, toolbar, content) - ui_level6/transfer.lua -> transfer/ (transfer_form, transfer_history) - ui_header/render.lua -> already had render/ dir, updated redirect All modules follow 1-function-per-file pattern with LuaLS type annotations
4 lines
133 B
Lua
4 lines
133 B
Lua
-- Transfer module redirect
|
|
-- This file now redirects to the modular implementation in transfer/
|
|
return require("transfer.init")
|