RC-10: create configs/consts and moved auth roles to that file

This commit is contained in:
2023-08-27 15:42:07 +01:00
parent d05052b5e3
commit 5bc0e9220a
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import { lazy } from 'react';
import i18next from 'i18next';
import authRoles from '../../../configs/consts';
import { authRoles } from '../../../configs/consts';
import en from './i18n/en';
i18next.addResourceBundle('en', 'profilePage', en);