import React, { Fragment } from 'react'; import { WithHover, t, goTo } from '../hocs'; import { onKeyPress } from '../helpers' const MainScreen = ({ projects }) => (
{ t('edit-current-project') }
{ t('show-saved-projects') }
{ t('create-new-project') }