Import getting images from URL.
This commit is contained in:
parent
d37bd54725
commit
5ae1e96146
|
@ -3,6 +3,7 @@ import Col from 'react-bootstrap/Col';
|
||||||
import Container from "react-bootstrap/Container";
|
import Container from "react-bootstrap/Container";
|
||||||
import Card from "react-bootstrap/Card";
|
import Card from "react-bootstrap/Card";
|
||||||
|
|
||||||
|
import {ref, getDownloadURL} from "firebase/storage"
|
||||||
import { useState, useEffect, useContext } from "react"
|
import { useState, useEffect, useContext } from "react"
|
||||||
import { StorageContext } from '../contexts/StorageContext';
|
import { StorageContext } from '../contexts/StorageContext';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue