web-input-material 0.0.495 → 0.0.497

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import ReactFileInput from 'react-input-material/dist/components/FileInput';
1
+ import ReactFileInput from 'react-input-material/components/FileInput';
2
2
  import { WebComponentAPI } from 'web-component-wrapper/type';
3
3
  export declare const FileInput: WebComponentAPI<typeof ReactFileInput>;
4
4
  export default FileInput;