Add missing component import from React
This commit is contained in:
parent
b629d2088c
commit
25da97a70d
|
@ -2,6 +2,7 @@
|
|||
import Card from 'react-bootstrap/Card';
|
||||
import ListGroup from 'react-bootstrap/ListGroup';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
// Import required components from Firebase Firestore
|
||||
import { getFirestore, collection, getDocs } from "firebase/firestore";
|
||||
|
|
Loading…
Reference in New Issue