Created Layout & Responsive Header Component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user