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

export { WithHover, WithTranslation as t, View as goTo };