9 lines
105 B
Lua
9 lines
105 B
Lua
local M = {}
|
|
|
|
function M.setup()
|
|
local db = require("dashboard")
|
|
db.custom_header = {}
|
|
end
|
|
|
|
return M
|