mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
added path_decorators
This commit is contained in:
parent
d916e85d87
commit
2fa3f10d3e
12
src/renderer/config/paths_decorators.js
Normal file
12
src/renderer/config/paths_decorators.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
export default [
|
||||||
|
{
|
||||||
|
path: "/settings",
|
||||||
|
label: "Settings",
|
||||||
|
icon: "MdSettings",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/pkg/*",
|
||||||
|
label: "Package",
|
||||||
|
icon: "MdPackage",
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user