* fix tree root element ref
* fix tree node toggle bug
* fix tree node reparenting on the backend
* highlight active home menu on the sidebar
This commit is contained in:
Philipinho
2024-05-20 01:08:31 +01:00
parent 6287f41ef6
commit b06a78b6ec
8 changed files with 85 additions and 42 deletions

View File

@ -0,0 +1,9 @@
const APP_ROUTE = {
HOME: "/home",
AUTH: {
LOGIN: "/login",
SIGNUP: "/signup",
},
};
export default APP_ROUTE;