Files
metabuilder/packages/ui_header/seed/scripts/render.lua
2025-12-30 19:45:10 +00:00

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")