mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 15:56:56 +00:00
feat: implement dynamic routing for editor to support persistent letter editing via public_id
This commit is contained in:
@@ -72,7 +72,7 @@ export default function App() {
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path={ROUTES.WRITE}
|
||||
path={ROUTES.WRITE()}
|
||||
element={
|
||||
<ProtectedRoute>
|
||||
<Editor />
|
||||
|
||||
Reference in New Issue
Block a user