feat: port TechLog Studio editors
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useRouteInput } from "../../../../../presentation/routes/route-input.tsx";
|
||||
import { DocumentEditorScreen } from "../components/document-editor-screen.tsx";
|
||||
|
||||
export function DocumentEditPage() {
|
||||
const { params } = useRouteInput<"TECH_LOG_STUDIO_DOCUMENT_EDIT">();
|
||||
return <DocumentEditorScreen documentId={String(params.id)} />;
|
||||
}
|
||||
Reference in New Issue
Block a user