+
+
SomeFeature
+
+
+
+
+
+
{ if (result.isSuccess) setShowRegister(false); }}
+ onCancel={() => setShowRegister(false)}>
+
+ value={c => c.name}
+ title='Name'
+ icon={} />
+
+
+ );
+};
diff --git a/Templates/Cratis/Features/SomeFeature/SomeName.cs b/Templates/Cratis/Features/SomeFeature/SomeName.cs
index e4d65cf..7778d80 100644
--- a/Templates/Cratis/Features/SomeFeature/SomeName.cs
+++ b/Templates/Cratis/Features/SomeFeature/SomeName.cs
@@ -1,3 +1,3 @@
-namespace AnApp.Features.SomeFeature;
+namespace CratisApp.Features.SomeFeature;
public record SomeName(string Value) : ConceptAs