summaryrefslogtreecommitdiffstats
path: root/client/src/admin/hocs/index.js
blob: df8c0c74299c8023e61982fc3c2a3e16433b2aad (plain) (blame)
1
2
3
4
import WithHover from './WithHover.jsx';
import WithTranslation from './WithTranslation.jsx';

export { WithHover, WithTranslation as t };