feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-12-23 18:54:01 +05:30
parent 24c32ed881
commit cf95ea0af7
4 changed files with 23 additions and 24 deletions

View File

@@ -1,10 +1,5 @@
'use client';
import ChatWindow from '@/components/ChatWindow';
import React from 'react';
const Page = () => {
return <ChatWindow />;
};
export default Page;
export default ChatWindow;