mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
var shared = require('./script/index');
|
|
var _ = require('lodash');
|
|
var moment = require('moment');
|
|
|
|
window.habitrpgShared = shared;
|
|
window._ = _;
|
|
window.moment = moment;
|