mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
add image connection to database
This commit is contained in:
parent
0c0c8f382f
commit
ebe047037e
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@ import {
|
||||||
import CloseIcon from "@mui/icons-material/Close";
|
import CloseIcon from "@mui/icons-material/Close";
|
||||||
import EditSquareIcon from "@mui/icons-material/EditSquare";
|
import EditSquareIcon from "@mui/icons-material/EditSquare";
|
||||||
import "./changeAvatarDialog.css";
|
import "./changeAvatarDialog.css";
|
||||||
import ButtonRotkehlchen from "./ButtonRotkehlchen";
|
import ButtonRotkehlchen from "../ButtonRotkehlchen";
|
||||||
import Username from "./Username";
|
import Username from "./Username";
|
||||||
import "./username.css";
|
import "./username.css";
|
||||||
import api from "../api/axios";
|
import api from "../../api/axios";
|
||||||
import { ChangeEvent, useState } from "react";
|
import { ChangeEvent, useState } from "react";
|
||||||
import { UserProfile } from "../types/UserProfile";
|
import { UserProfile } from "../../types/UserProfile";
|
||||||
|
|
||||||
const BootstrapDialog = styled(Dialog)(({ theme }) => ({
|
const BootstrapDialog = styled(Dialog)(({ theme }) => ({
|
||||||
"& .MuiDialogContent-root": {
|
"& .MuiDialogContent-root": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue