+
+ >
+ );
+}
+
const formSchema = z.object({
name: z.string().min(2),
description: z.string().optional(),
@@ -286,23 +328,12 @@ export function CreateModulePopover() {
title="Select an icon"
description="You can select an icon for your module to make it easier to identify."
/>
-
-