Advertisement
Guest User

Untitled

a guest
May 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. let application = require('application');
  2. import * as storeSvc from './monetization/store';
  3.  
  4. application.mainModule = 'main-page';
  5. application.cssFile = './app.css';
  6. application.start();
  7.  
  8. storeSvc.init();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement