Remove unneeded imports from script
This commit is contained in:
parent
0d9404098e
commit
141e8c450a
|
@ -6,12 +6,9 @@ import { getApps } from "firebase/app";
|
|||
import {
|
||||
getFirestore,
|
||||
collection,
|
||||
getDoc,
|
||||
doc,
|
||||
getDocs,
|
||||
addDoc
|
||||
} from "firebase/firestore";
|
||||
import { onSnapshot } from "firebase/firestore";
|
||||
|
||||
// Import required compenets from Bootstrap and React-Boostrap
|
||||
import Form from 'react-bootstrap/Form';
|
||||
|
|
Loading…
Reference in New Issue