experiment: breaking commit

This commit is contained in:
Ayo 2022-10-04 14:47:10 +02:00
parent bc676af5e7
commit b3dd15b781

View file

@ -9,7 +9,6 @@ export interface Props {
const { formGroups } = Astro.props; const { formGroups } = Astro.props;
--- ---
<form class="light"> <form class="light">
{formGroups?.map((group) => <FieldSet group={group} />)}
</form> </form>
<style> <style>