5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
import initForm from '../form';
|
|
|
|
export default () => {
|
|
initForm();
|
|
};
|