diff --git a/src/stories/Toast.stories.tsx b/src/stories/Toast.stories.tsx index 14fe067..08fa36e 100644 --- a/src/stories/Toast.stories.tsx +++ b/src/stories/Toast.stories.tsx @@ -59,6 +59,22 @@ export const Success: StoryFn = () => { ); }; +export const SimpleArg: StoryFn = () => { + return ( +
+ + +
+ ); +}; + export const Error: StoryFn = () => { const [count, setCount] = useState(0);