diff --git a/src/components/Profile/index.scss b/src/components/Profile/index.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/components/Profile/index.tsx b/src/components/TopBar/Profile.tsx similarity index 100% rename from src/components/Profile/index.tsx rename to src/components/TopBar/Profile.tsx diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx index ed9e16b..4d5c22d 100644 --- a/src/components/TopBar/index.tsx +++ b/src/components/TopBar/index.tsx @@ -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;