added missing create

This commit is contained in:
2025-11-18 16:28:53 +05:30
parent 3a3f44c5b5
commit f52c4a5287

View File

@@ -63,6 +63,13 @@ export default function Blog(props: { disableCustomTheme?: boolean }) {
/>
);
case "create":
return (
<ArticleEditor
onBack={() => goBack(ui.view)}
/>
);
default:
return (
<>