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