Socialify

Folder ..

Viewing index.js
4 lines (4 loc) • 161.0 B

1
2
3
4
var cell_phone = {};
module['exports'] = cell_phone;
cell_phone.common_cell_prefix = require("./common_cell_prefix");
cell_phone.formats = require("./formats");