Delete unused Chat page

This commit is contained in:
Omar Oughriss 2025-10-24 17:05:12 +02:00
parent 8fcf7254a2
commit 5c49d4eb67

View File

@ -1,7 +0,0 @@
"use client"
import Chat from "@/components/4nk/Chat"
export default function ChatPage() {
return <Chat heightClass="h-[calc(100vh-8rem)]" />
}