Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import * as Stats from './stat.json';
  2. import * as Resources from './resource.json';
  3. import Items from './items/items';
  4. import Buildings from './buildings/buildings';
  5.  
  6. export default { ...Stats, ...Resources, ...Items, ...Buildings };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement