+
+ { label }{ ' ' }
+
+ { ! waitingForSelection ? null : (
+
+ ) }
+
+
{ value ?? 'Not found' }
+
+ );
+}
diff --git a/src/ui/flows/blog-post/Start.tsx b/src/ui/flows/blog-post/Start.tsx
new file mode 100644
index 00000000..7724c66e
--- /dev/null
+++ b/src/ui/flows/blog-post/Start.tsx
@@ -0,0 +1,20 @@
+import { ContentBus } from '@/bus/ContentBus';
+
+export function Start( props: { onExit: () => void } ) {
+ const { onExit } = props;
+ return (
+ <>
+