mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
add follow button
This commit is contained in:
parent
238ec77edf
commit
f211fe78dc
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue