mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
9 lines
228 B
Lua
9 lines
228 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use layout.init instead
|
|
---@module layout
|
|
---@deprecated
|
|
|
|
-- Level 4 layout module redirect
|
|
-- This file now redirects to the modular implementation in layout/
|
|
return require("layout.init")
|