Skip to content

Commit

Permalink
Update addresses.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yhimanshu22 authored Jul 9, 2024
1 parent 478ea18 commit 18ca93d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firebase/addresses.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { auth, db, firebase } from "../config/firebase";
import { auth, db } from "../config/firebase";
import firebase from "../config/firebase";

const addAddress = ({ title, city, region, zipcode, full_address }) => {
db.collection("Addresses")
Expand Down

0 comments on commit 18ca93d

Please sign in to comment.