Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 99x 99x 99x 99x 99x 99x 99x 99x 99x 99x 99x 99x 99x 99x | import auth from "features/auth/locales/en.json";
import communities from "features/communities/locales/en.json";
import connections from "features/connections/locales/en.json";
import dashboard from "features/dashboard/locales/en.json";
import donations from "features/donations/locales/en.json";
import landing from "features/landing/locales/en.json";
import messages from "features/messages/locales/en.json";
import mod from "features/mod/locales/en.json";
import notifications from "features/notifications/locales/en.json";
import profile from "features/profile/locales/en.json";
import search from "features/search/locales/en.json";
import global from "resources/locales/en.json";
const resources = {
auth,
communities,
connections,
dashboard,
donations,
landing,
messages,
mod,
notifications,
profile,
search,
global,
} as const;
export default resources;
|