File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { QUERY_KEYS } from "@/api/keys";
88import { SpinnerLoading } from "@/components/SpinnerLoading" ;
99import { UserIcon } from "@/components/Users" ;
1010import { formatRelativeTime } from "@/utils/dateFormatter" ;
11- import { ChatPresentation } from "../ChatPresentation" ;
1211
1312interface ChatListProps {
1413 selectedChatId : string | null ;
Original file line number Diff line number Diff line change 11import { IProject } from "@/interfaces/project" ;
22import Image from "next/image" ;
3- import { FaUserCircle } from "react-icons/fa" ;
43import { BsFillLightningChargeFill } from "react-icons/bs" ;
54import styles from "./styles.module.css" ;
65import { UserIcon } from "@/components/Users/UserIcon" ;
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { useState , useEffect } from "react" ;
3+ import { useEffect } from "react" ;
44import { getProjects } from "@/api/queries/project" ;
5- import { IProject } from "@/interfaces/project" ;
65import { ProjectCard } from "./components/ProjectCard" ;
76import { FaPuzzlePiece } from "react-icons/fa6" ;
87
You can’t perform that action at this time.
0 commit comments