mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-11 20:25:41 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
'use client';
|
|
|
|
import ChatWindow from '@/components/ChatWindow';
|
|
|
|
export default ChatWindow;
|