EmmaRamirez/Clickopolis

View on GitHub
src/data/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { achievements } from './achievement';
export { buildings } from './building';
export { biomes } from './biomes';
export { citizenFunction } from './citizen-function';
export { citizens } from './citizen';
export { leaders } from './leader';
export { legacies } from './legacy';
export { nations } from './nation';
export { faithBonuses } from './faith-bonus';
export { resources } from './resource';
export { socialPolicies } from './social-policy';
export { military } from './soldier';
export { techs } from './tech';
export { WonderFunction } from './wonder-functions';
export { wonders } from './wonder';