mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 08:42:21 +10:00
fix tree
* 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:
9
apps/client/src/lib/app-route.ts
Normal file
9
apps/client/src/lib/app-route.ts
Normal file
@ -0,0 +1,9 @@
|
||||
const APP_ROUTE = {
|
||||
HOME: "/home",
|
||||
AUTH: {
|
||||
LOGIN: "/login",
|
||||
SIGNUP: "/signup",
|
||||
},
|
||||
};
|
||||
|
||||
export default APP_ROUTE;
|
||||
Reference in New Issue
Block a user