diff --git a/common/script/content/index.coffee b/common/script/content/index.coffee index 76b835d3f6..27d5d5f4d0 100644 --- a/common/script/content/index.coffee +++ b/common/script/content/index.coffee @@ -27,10 +27,9 @@ gear = require('../../dist/scripts/content/gear/index') they are needed in different forms at different points in the app ### api.gear = - tree: gear + tree: gear.tree flat: gear.flat - ### Time Traveler Store, mystery sets need their items mapped in ### diff --git a/common/script/src/content/gear/index.js b/common/script/src/content/gear/index.js index 81d30b5105..1e870e376b 100644 --- a/common/script/src/content/gear/index.js +++ b/common/script/src/content/gear/index.js @@ -1,5 +1,7 @@ import {translator as t} from '../helpers'; import {each, defaults} from 'lodash'; +import moment from 'moment'; + import classes from '../classes'; import weapon from './weapon';