mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
11 lines
269 B
Lua
11 lines
269 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use comments.init instead
|
|
---@module comments
|
|
---@deprecated
|
|
|
|
-- Comments UI module
|
|
-- DEPRECATED: This file redirects to comments/ directory
|
|
-- Functions are now split into single-function files
|
|
|
|
return require("comments.init")
|