File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
containers/AppWithClusters/i18n Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {Lang, i18n} from '../../../utils/i18n';
33import en from './en.json' ;
44import ru from './ru.json' ;
55
6- const COMPONENT = 'ydb-internal -user-settings' ;
6+ const COMPONENT = 'ydb-extended -user-settings' ;
77
88i18n . registerKeyset ( Lang . En , COMPONENT , en ) ;
99i18n . registerKeyset ( Lang . Ru , COMPONENT , ru ) ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {useSetting, useTypedSelector} from './utils/hooks';
1414export { getMonitoringLink , getMonitoringClusterLink } from './utils/monitoring' ;
1515export { i18n , Lang } from './utils/i18n' ;
1616export { toaster } from './utils/createToast' ;
17+ export { cn } from './utils/cn' ;
1718export * from './utils/constants' ;
1819
1920export { default as reportWebVitals } from './reportWebVitals' ;
@@ -25,3 +26,4 @@ export type {
2526 SettingsSection ,
2627} from './containers/UserSettings/settings' ;
2728export type { SettingProps } from './containers/UserSettings/Setting' ;
29+ export type { AsideNavigationProps } from './containers/AsideNavigation/AsideNavigation' ;
You can’t perform that action at this time.
0 commit comments