mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Import getting images from URL.
This commit is contained in:
parent
d37bd54725
commit
5ae1e96146
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue