asthetic header and body

This commit is contained in:
Adwit Mukherji
2024-10-25 16:44:07 +01:00
parent 2788783857
commit ed8e2b5016
4 changed files with 97 additions and 59 deletions

View File

@@ -1,5 +1,9 @@
import Home from './Home';
export default function Page() {
return <Home />;
return (
<>
<Home />
</>
);
}