mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
9 lines
227 B
Lua
9 lines
227 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use render.init instead
|
|
---@module render
|
|
---@deprecated
|
|
|
|
-- Header render module redirect
|
|
-- This file now redirects to the modular implementation in render/
|
|
return require("render.init")
|