Remove unneeded imports from script

This commit is contained in:
Ray 2023-12-29 09:51:30 +00:00 committed by GitHub
parent 0d9404098e
commit 141e8c450a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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';