refactor: reorganize all components (#8303)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { installable } from '../utils';
|
||||
import _ContactEdit from './ContactEdit';
|
||||
|
||||
const ContactEdit = installable(_ContactEdit);
|
||||
|
||||
export default ContactEdit;
|
||||
export { ContactEdit };
|
||||
export type { ContactEditInfo } from './ContactEdit';
|
||||
Reference in New Issue
Block a user