diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-30 19:39:20 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-31 23:15:11 +0200 |
| commit | ae384aec5084b9fb9f02166890686a37d1260ef2 (patch) | |
| tree | 59f2b2d53513e5d69bafa1323f64844dd00be28a /src/components/atoms/forms/fieldset.fixture.tsx | |
| parent | 782cc0a31a866519fb7c3e18a523b347d3e40238 (diff) | |
chore: add a Fieldset component
Diffstat (limited to 'src/components/atoms/forms/fieldset.fixture.tsx')
| -rw-r--r-- | src/components/atoms/forms/fieldset.fixture.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/atoms/forms/fieldset.fixture.tsx b/src/components/atoms/forms/fieldset.fixture.tsx new file mode 100644 index 0000000..b533dfb --- /dev/null +++ b/src/components/atoms/forms/fieldset.fixture.tsx @@ -0,0 +1,2 @@ +export const body = 'doloribus magni aut'; +export const legend = 'maiores autem est'; |
