From b31a0b9383e9003ffef706f7d73fefd229d1dff8 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 20 Aug 2024 15:57:58 +0200 Subject: [PATCH] Move story to Forms --- stories/InputGroup.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/InputGroup.stories.ts b/stories/InputGroup.stories.ts index 7d72565..3a9947a 100644 --- a/stories/InputGroup.stories.ts +++ b/stories/InputGroup.stories.ts @@ -3,7 +3,7 @@ import { fn } from "@storybook/test"; import { InputGroup } from "../components/InputGroup/InputGroup"; const meta = { - title: "Components/InputGroup", + title: "Forms/InputGroup", component: InputGroup, parameters: { layout: "centered",