NIVM/lua/core/utils/icons.lua
Robert Morrison fb537df11b chore(init): Initial working version
Create and push an initial working version of this repo before I change
things on this machine

Signed-off-by: Robert Morrison <robert@closedless.xyz>
2023-09-10 22:22:30 +01:00

7 lines
72 B
Lua

return {
Error = '',
Warn = '',
Hint = '',
Info = '',
}