forked from DebaucheryLibrarian/traxxx
10 lines
143 B
JavaScript
10 lines
143 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const pervcity = require('./pervcity');
|
||
|
const xempire = require('./xempire');
|
||
|
|
||
|
module.exports = {
|
||
|
pervcity,
|
||
|
xempire,
|
||
|
};
|