| 123456789101112131415161718192021222324252627282930313233343536373839 |
- import auth from "./auth.json";
- import bigScreen from "./bigScreen.json";
- import common from "./common.json";
- import customs from "./customs.json";
- import dashboard from "./dashboard.json";
- import errors from "./errors.json";
- import forms from "./forms.json";
- import internal from "./internal.json";
- import myUsage from "./myUsage.json";
- import notifications from "./notifications.json";
- import providerChain from "./provider-chain.json";
- import providers from "./providers.json";
- import quota from "./quota.json";
- import settings from "./settings";
- import ui from "./ui.json";
- import usage from "./usage.json";
- import users from "./users.json";
- import validation from "./validation.json";
- export default {
- auth,
- bigScreen,
- common,
- customs,
- dashboard,
- errors,
- forms,
- notifications,
- "provider-chain": providerChain,
- providers,
- quota,
- myUsage,
- settings,
- ui,
- usage,
- users,
- validation,
- internal,
- };
|