mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-23 12:08:14 +00:00
feat(app): remove backend
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import ChatWindow from '@/components/ChatWindow';
|
||||
import React from 'react';
|
||||
|
||||
const Page = ({ params }: { params: Promise<{ chatId: string }> }) => {
|
||||
const { chatId } = React.use(params);
|
||||
return <ChatWindow id={chatId} />;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user