This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ed5d0872a
woocommerce
/
plugins
/
woocommerce-blocks
/
packages
/
checkout
/
components
/
validation-input-error
/
index.tsx
2 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Move `TextInput`, `ValidatedTextInput` and `ValidationInputError` to the `@woocommerce/blocks-components` package. (https://github.com/woocommerce/woocommerce-blocks/pull/11654)
2023-11-14 14:52:14 +00:00
export
{
ValidationInputError
}
from
'../../../components/validation-input-error/'
;