index.ts 932 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. import auth from "./auth.json";
  2. import bigScreen from "./bigScreen.json";
  3. import common from "./common.json";
  4. import customs from "./customs.json";
  5. import dashboard from "./dashboard.json";
  6. import errors from "./errors.json";
  7. import forms from "./forms.json";
  8. import internal from "./internal.json";
  9. import myUsage from "./myUsage.json";
  10. import notifications from "./notifications.json";
  11. import providerChain from "./provider-chain.json";
  12. import providers from "./providers.json";
  13. import quota from "./quota.json";
  14. import settings from "./settings";
  15. import ui from "./ui.json";
  16. import usage from "./usage.json";
  17. import users from "./users.json";
  18. import validation from "./validation.json";
  19. export default {
  20. auth,
  21. bigScreen,
  22. common,
  23. customs,
  24. dashboard,
  25. errors,
  26. forms,
  27. notifications,
  28. "provider-chain": providerChain,
  29. providers,
  30. quota,
  31. myUsage,
  32. settings,
  33. ui,
  34. usage,
  35. users,
  36. validation,
  37. internal,
  38. };