From be15fecadbf05c40c83dae4ef71c1da0e857b060 Mon Sep 17 00:00:00 2001 From: joaosoutto Date: Wed, 8 Jan 2025 08:51:21 -0500 Subject: [PATCH] testing --- .../components/inputs/TextField/__storybook__/TextField.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/design-system/components/inputs/TextField/__storybook__/TextField.mdx b/packages/design-system/components/inputs/TextField/__storybook__/TextField.mdx index e522646a..d4483374 100644 --- a/packages/design-system/components/inputs/TextField/__storybook__/TextField.mdx +++ b/packages/design-system/components/inputs/TextField/__storybook__/TextField.mdx @@ -43,7 +43,6 @@ import { Meta } from '@storybook/addon-docs' - PureTextField: Unwrapped version without form controller ## Example Usage - ```javascript import { TextField } from '@baseapp-frontend/design-system' const MyComponent = () => {