mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 12:08:47 +00:00
add profile route and add on save and on close methods for popup
This commit is contained in:
parent
34708cdf17
commit
23858b1374
4 changed files with 28 additions and 85 deletions
|
@ -2,7 +2,6 @@ import "./profile.css";
|
|||
import "../components/bio.css";
|
||||
import "./loginAndSignUpPage.css";
|
||||
import "../styles/sizes.css";
|
||||
import "../styles/colors.css";
|
||||
import "../styles/fonts.css";
|
||||
import { useState } from "react";
|
||||
import QuiltedImageList from "../components/QuiltedImageList";
|
||||
|
@ -15,7 +14,7 @@ import {
|
|||
Typography,
|
||||
TextField
|
||||
} from "@mui/material";
|
||||
import ChangeAvatarDialog from "../components/ChagneAvatarDialog";
|
||||
import ChangeAvatarDialog from "../components/ChangeAvatarDialog";
|
||||
|
||||
function Profile() {
|
||||
const toggleEditMode = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue