feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-10-24 22:58:10 +05:30
parent 097a5c55c6
commit 2d80fc400d
5 changed files with 29 additions and 37 deletions

View File

@@ -4,9 +4,7 @@ import ChatWindow from '@/components/ChatWindow';
import React from 'react';
const Page = () => {
return (
<ChatWindow />
);
return <ChatWindow />;
};
export default Page;