lbry-desktop/ui/component/i18nMessage/index.js
infinite-persistence e2176d0566
Don't connect to the Redux store when not needed.
The subscription still costs something per update cycle even when the parameters are null or empty objects.
2021-10-24 13:04:01 +08:00

3 lines
49 B
JavaScript

import i18n from './view';
export default i18n;