Skip to content

Commit 0820e2f

Browse files
committed
feat: remove unused InputSuggestionStory component from stories
1 parent 2f4598c commit 0820e2f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/components/form/Input.stories.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -349,18 +349,4 @@ export const PinInputExample = () => {
349349
</Card>
350350
</>
351351

352-
}
353-
354-
export const InputSuggestionStory = () => {
355-
return <Card maw={300}>
356-
<DUserInput suggestions={[{
357-
children: "Niklas van Schrick",
358-
value: "@nschrick",
359-
insertMode: "insert"
360-
}, {
361-
children: "Nico Sammito",
362-
value: "@nsammito",
363-
insertMode: "append"
364-
}]}/>
365-
</Card>
366352
}

0 commit comments

Comments
 (0)