mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 16:08:50 +00:00
fix routes and padding of profile
This commit is contained in:
parent
e7740d709d
commit
2f8698751b
6 changed files with 4 additions and 9 deletions
|
@ -2,9 +2,9 @@ import ImageListItem from "@mui/material/ImageListItem";
|
|||
import { StyledEngineProvider } from "@mui/material/styles";
|
||||
import "./quiltedImageList.css";
|
||||
import { Box, Grid, Skeleton } from "@mui/material";
|
||||
import api from "../api/axios";
|
||||
import api from "../../api/axios";
|
||||
import { useEffect, useState } from "react";
|
||||
import { UserProfile } from "../types/UserProfile";
|
||||
import { UserProfile } from "../../types/UserProfile";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
||||
export default function StandardImageList({ user }: { user: UserProfile }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue