Moved Profile to TopBar and added text in App.tsx

This commit is contained in:
maciekglowacki 2020-06-11 17:37:43 +02:00
parent a4ada5fb79
commit 7e3e52fca7
3 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ import UK from "./UK.png";
import PL from "./PL.png";
import User from "./user.png";
import CloseIcon from "./close.svg";
import Menu from "@material-ui/core/Menu";
import MenuItem from "@material-ui/core/MenuItem";
import { Profile } from "../Profile";
import { Profile } from "./Profile";
interface TopBarProps {
handleTransfer: (e: React.MouseEvent) => void;