weehoo
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { useEffect } from "react";
|
||||
import { useRouter } from "next/navigation";
|
||||
import ChatList from "@/components/dashboard/ChatList";
|
||||
import ChatTable from "@/components/dashboard/ChatTable";
|
||||
import Dashboard from "@/components/dashboard/dashboard";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function ChatsPage() {
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<ChatList />
|
||||
<ChatTable />
|
||||
</div>
|
||||
</Dashboard>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user