mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-12 08:55:48 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -7,9 +7,7 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<ChatWindow />
|
||||
);
|
||||
return <ChatWindow />;
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user