mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 19:10:52 +00:00
feat: iadd drawer and editor navigation, and introduce letter management hooks
This commit is contained in:
@@ -5,7 +5,6 @@ export const ROUTES = {
|
||||
ACTIVATE: "/activate/:uidb64/:token",
|
||||
LOGIN: "/login",
|
||||
DRAWER: "/drawer",
|
||||
WRITE: (public_id?: string) =>
|
||||
`/quill/${public_id ? public_id : ":public_id?"}`,
|
||||
READ: "/read",
|
||||
WRITE: (public_id?: string) => `/quill/${public_id ? public_id : ""}`,
|
||||
READ: (public_id?: string) => `/read/${public_id ? public_id : ""}`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user