fix routes and padding of profile

This commit is contained in:
luisa.bellitto 2025-06-30 13:41:01 +02:00 committed by Rudi Regentonne
parent 39b900d374
commit c9f735d5ee
6 changed files with 4 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import { Popover, Typography } from "@mui/material";
import { useEffect, useState } from "react";
import { useState } from "react";
import "./username.css";
export default function Username({ username }: { username: string }) {