Add comment
This commit is contained in:
parent
25da97a70d
commit
df8c672296
|
@ -2,6 +2,8 @@
|
|||
import Card from 'react-bootstrap/Card';
|
||||
import ListGroup from 'react-bootstrap/ListGroup';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
// Import required components from React
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
// Import required components from Firebase Firestore
|
||||
|
|
Loading…
Reference in New Issue