Skip to content

Commit 6fe40c8

Browse files
committed
fix: fixed linting
1 parent 02c0628 commit 6fe40c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/chats/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { useEffect, useState, useCallback } from "react";
44
import { onAuthStateChanged } from "firebase/auth";
5-
import { collection, query, onSnapshot, orderBy, limit, where, doc, addDoc, serverTimestamp, updateDoc, increment, arrayUnion, arrayRemove } from "firebase/firestore";
5+
import { collection, query, onSnapshot, orderBy, limit, doc, addDoc, serverTimestamp, updateDoc, arrayUnion, arrayRemove } from "firebase/firestore";
66
import { auth, db } from "@/lib/firebaseClient";
77
import Link from "next/link";
88
import { Post } from "@/types/post";

0 commit comments

Comments
 (0)