mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Correct content file
This commit is contained in:
@@ -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
|
||||
###
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user