From 5c49d4eb674d78468d6b69b218dc16b7686912d5 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Fri, 24 Oct 2025 17:05:12 +0200 Subject: [PATCH] Delete unused Chat page --- app/dashboard/chat/page.tsx | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 app/dashboard/chat/page.tsx diff --git a/app/dashboard/chat/page.tsx b/app/dashboard/chat/page.tsx deleted file mode 100644 index e112311..0000000 --- a/app/dashboard/chat/page.tsx +++ /dev/null @@ -1,7 +0,0 @@ -"use client" - -import Chat from "@/components/4nk/Chat" - -export default function ChatPage() { - return -}