@artibet/react-mui-components 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -11,4 +11,4 @@ export { MyAutocompleteField } from './dist/esm'
|
|
11
11
|
export { TextModalForm } from './dist/esm'
|
12
12
|
export { EmailModalForm } from './dist/esm'
|
13
13
|
export { PickColorModalForm } from './dist/esm'
|
14
|
-
export {
|
14
|
+
export { AutocompleteModalForm } from './dist/esm'
|