diff --git a/ui/app/c/[chatId]/page.tsx b/ui/app/c/[chatId]/page.tsx
new file mode 100644
index 0000000..dc3c92a
--- /dev/null
+++ b/ui/app/c/[chatId]/page.tsx
@@ -0,0 +1,7 @@
+import ChatWindow from '@/components/ChatWindow';
+
+const Page = ({ params }: { params: { chatId: string } }) => {
+ return
+ No chats found. +
++ {formatTimeDifference(new Date(), chat.createdAt)} Ago +
+