Socialify

Folder ..

Viewing index.ts
11 lines (9 loc) • 181.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
import legal_form from './legal_form';
import name from './name';
import suffix from './suffix';

const company: any = {
  legal_form,
  name,
  suffix,
};

export default company;