mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
11 lines
293 B
Lua
11 lines
293 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use contact_form
|
|
contact_form.init instead
|
|
---@module contact_form
|
|
---@deprecated
|
|
|
|
-- This file has been split into smaller modules in contact_form/
|
|
-- Use require("contact_form") or the individual submodules instead
|
|
|
|
return require("contact_form.init")
|