Files
Perplexica/src/app/c/[chatId]/page.tsx
2025-12-23 18:54:01 +05:30

6 lines
93 B
TypeScript

'use client';
import ChatWindow from '@/components/ChatWindow';
export default ChatWindow;