Created Layout & Responsive Header Component

This commit is contained in:
aftabrehan
2024-02-01 20:28:42 +05:00
parent 9ac97c7f9a
commit bc7cad7e3b
21 changed files with 413 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
const Home = () => (
<main className="w-full h-full">
<p>My Clean App</p>
</main>
<div className="w-full h-full">
<p>Home Page</p>
</div>
)
export default Home