import { Link } from 'react-router'; import { FormattedMessage } from 'react-intl'; const TabsBar = () => { return (
); }; export default TabsBar;