feat: iadd drawer and editor navigation, and introduce letter management hooks

This commit is contained in:
ramvignesh-b
2026-04-13 00:56:58 +05:30
parent e328ce83f9
commit ad8a73bb47
13 changed files with 601 additions and 111 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export default function App() {
}
/>
<Route
path={ROUTES.WRITE()}
path={`${ROUTES.WRITE()}:public_id?`}
element={
<ProtectedRoute>
<Editor />