mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
11 lines
262 B
Lua
11 lines
262 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use fields.init instead
|
|
---@module fields
|
|
---@deprecated
|
|
|
|
-- Form field builders
|
|
-- DEPRECATED: This file redirects to fields/ directory
|
|
-- Functions are now split into single-function files
|
|
|
|
return require("fields.init")
|