import { installable } from '../utils'; import _AddressList from './AddressList'; const AddressList = installable(_AddressList); export default AddressList; export { AddressList };