diff --git a/src/renderer/config/paths_decorators.js b/src/renderer/config/paths_decorators.js new file mode 100644 index 0000000..59aa31d --- /dev/null +++ b/src/renderer/config/paths_decorators.js @@ -0,0 +1,12 @@ +export default [ + { + path: "/settings", + label: "Settings", + icon: "MdSettings", + }, + { + path: "/pkg/*", + label: "Package", + icon: "MdPackage", + } +] \ No newline at end of file