mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
|
|
var shared = require('./script/index');
|
||
|
|
var _ = require('lodash');
|
||
|
|
var moment = require('moment');
|
||
|
|
|
||
|
|
window.habitrpgShared = shared;
|
||
|
|
window._ = _;
|
||
|
|
window.moment = moment;
|