diff --git a/packages/react/stories/Label.stories.tsx b/packages/react/stories/Label.stories.tsx deleted file mode 100644 index 41d3798..0000000 --- a/packages/react/stories/Label.stories.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import { Input } from "../components/Input"; -import { Label } from "../components/Label"; - -export default { - title: "React/Label", -}; - -export const WithInput = () => { - return ( - - ); -}; - -export const HorizontalWithInput = () => { - return ( - - ); -};