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

@@ -7,9 +7,7 @@ export const metadata: Metadata = {
};
const Home = () => {
return (
<ChatWindow />
);
return <ChatWindow />;
};
export default Home;