Socialify

Folder ..

Viewing index.ts
7 lines (5 loc) • 102.0 B

1
2
3
4
5
6
7
import formats from './formats';

const cell_phone: any = {
  formats,
};

export default cell_phone;