From b3dd15b781fb2e8166b2f1855a678f1273b9a906 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 14:47:10 +0200 Subject: [PATCH] experiment: breaking commit --- packages/astro-reactive-form/Form.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro-reactive-form/Form.astro b/packages/astro-reactive-form/Form.astro index a4e3fbb..5c8e72c 100644 --- a/packages/astro-reactive-form/Form.astro +++ b/packages/astro-reactive-form/Form.astro @@ -9,7 +9,6 @@ export interface Props { const { formGroups } = Astro.props; ---
- {formGroups?.map((group) =>
)}