mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
streamlined folder structure and updated imports
This commit is contained in:
parent
095cbafb64
commit
0a3a406180
23 changed files with 54 additions and 156 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue