Socialify

Folder ..

Viewing index.ts
9 lines (7 loc) • 194.0 B

1
2
3
4
5
6
7
8
9
import default_country from './default_country';
import postcode_by_state from './postcode_by_state';

const address: any = {
  default_country,
  postcode_by_state,
};

export default address;