add profile route and add on save and on close methods for popup

This commit is contained in:
luisa.bellitto 2025-06-21 11:42:01 +02:00 committed by Rudi Regentonne
parent 34708cdf17
commit 23858b1374
4 changed files with 28 additions and 85 deletions

View file

@ -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 = () => {