streamlined folder structure and updated imports

This commit is contained in:
MisbehavedNinjaRadiator 2025-07-03 11:11:31 +02:00 committed by MisbehavedNinjaRadiator
parent 095cbafb64
commit 0a3a406180
23 changed files with 54 additions and 156 deletions

View file

@ -1,6 +1,6 @@
import { useState, useEffect } from "react";
import { Avatar, Box, Typography } from "@mui/material";
import api from "../api/axios";
import { useState, useEffect } from "react";
interface UserAvatarProps {
username: string | null;