diff --git a/code/frontend/src/pages/Profile.tsx b/code/frontend/src/pages/Profile.tsx index bbd67fc..bfedffa 100644 --- a/code/frontend/src/pages/Profile.tsx +++ b/code/frontend/src/pages/Profile.tsx @@ -3,10 +3,10 @@ import "../components/bio.css"; import "./loginAndSignUpPage.css"; import "../styles/sizes.css"; import "../styles/fonts.css"; -import QuiltedImageList from "../components/QuiltedImageList"; +import QuiltedImageList from "../components/profile/QuiltedImageList"; import { StyledEngineProvider, Divider } from "@mui/material"; -import ChangeAvatarDialog from "../components/ChangeAvatarDialog"; -import Bio from "../components/Bio"; +import ChangeAvatarDialog from "../components/profile/ChangeAvatarDialog"; +import Bio from "../components/profile/Bio"; import RotkehlchenButton from "../components/ButtonRotkehlchen"; import api, { redirectToLogin } from "../api/axios"; import { useAuth } from "../api/Auth";