Skip to content

Commit

Permalink
refac:bug fix of deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anwesha authored and anwesha committed May 14, 2024
1 parent 3a219d7 commit 83fece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccountDetails/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {CardBody, CardFooter, CardHeader, CardImg, CardText, CardTitle, Col, For
import "./Account.css"
import imageBackground from "../../assets/images/slider-1.png"
import pfp from "../../assets/images/pfp.jpg"
import {useEffect, useState} from "react";
import React, {useEffect, useState} from "react";
import {getDownloadURL, ref, uploadBytes} from "firebase/storage";
import { useNavigate} from "react-router-dom"
import {
Expand Down

0 comments on commit 83fece6

Please sign in to comment.