mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
fix exports
This commit is contained in:
@@ -12,13 +12,13 @@ import {
|
||||
ANIMAL_COLOR_ACHIEVEMENTS,
|
||||
} from './constants';
|
||||
|
||||
let api = module.exports;
|
||||
const api = {};
|
||||
|
||||
import achievements from './achievements';
|
||||
|
||||
import eggs from './eggs';
|
||||
import hatchingPotions from './hatching-potions';
|
||||
import stable from './stable';
|
||||
import * as eggs from './eggs';
|
||||
import * as hatchingPotions from './hatching-potions';
|
||||
import * as stable from './stable';
|
||||
import gear from './gear';
|
||||
import {
|
||||
quests,
|
||||
@@ -912,3 +912,5 @@ api.userDefaultsMobile = {
|
||||
api.faq = faq;
|
||||
|
||||
api.loginIncentives = loginIncentives(api);
|
||||
|
||||
export default api;
|
||||
|
||||
Reference in New Issue
Block a user