Skip to content

Commit

Permalink
fix import in firestoreDataConverter util
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Dec 18, 2023
1 parent 46c50bd commit 68b23d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/firestoreDataConverter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import firebase from "firebase";
import firebase from "./firebase";

export const firestoreDataConverter = <
T,
Expand Down

0 comments on commit 68b23d1

Please sign in to comment.