Latest updates from IceHrmPro
This commit is contained in:
10
web/node_modules/antd/es/input/index.js
generated
vendored
Normal file
10
web/node_modules/antd/es/input/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import Input from './Input';
|
||||
import Group from './Group';
|
||||
import Search from './Search';
|
||||
import TextArea from './TextArea';
|
||||
import Password from './Password';
|
||||
Input.Group = Group;
|
||||
Input.Search = Search;
|
||||
Input.TextArea = TextArea;
|
||||
Input.Password = Password;
|
||||
export default Input;
|
||||
Reference in New Issue
Block a user