mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-25 13:08:15 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
'use client';
|
|
|
|
import ChatWindow from '@/components/ChatWindow';
|
|
|
|
export default ChatWindow;
|