Socialify

Folder ..

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

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

const business: any = {
  credit_card_types,
};

export default business;