Socialify

Folder ..

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

1
2
3
4
5
6
7
8
9
import name from './name';
import prefix from './prefix';

const company: any = {
  name,
  prefix,
};

export default company;