Skip to content

Commit ec115da

Browse files
authored
Update Community.tsx
1 parent 3976462 commit ec115da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/Community.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from "@/components/ui/dropdown-menu";
2525
import { motion } from 'framer-motion';
2626
import { Send, Users, MessageCircle, Plus, MoreVertical, Smile, Reply, Check } from 'lucide-react';
27-
import { collection, getDocs } from 'firebase/firestore';
27+
import { collection, getDocs, Timestamp, onSnapshot } from 'firebase/firestore';
2828
import { db, UserProfile } from '../utils/firebase';
2929
import { useAuth } from '../utils/auth';
3030
import {
@@ -38,7 +38,6 @@ import {
3838
removeReaction,
3939
createGroupChat
4040
} from '../utils/chatService';
41-
import { Timestamp } from 'firebase/firestore';
4241
import { toast } from 'sonner';
4342

4443
// Common emoji reactions

0 commit comments

Comments
 (0)