Socialify

Folder ..

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
import first_name from './first_name';
import last_name from './last_name';
import ocker_first_name from './ocker_first_name';

const name: any = {
  first_name,
  last_name,
  ocker_first_name,
};

export default name;