Socialify

Folder ..

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

1
2
3
4
5
6
7
8
9
import supplemental from './supplemental';
import words from './words';

const lorem: any = {
  supplemental,
  words,
};

export default lorem;