We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5dbcb commit f9987fbCopy full SHA for f9987fb
Context-with-useReduce/src/pages/Home.jsx
@@ -3,17 +3,7 @@ import React from 'react'
3
const Home = () => {
4
return (
5
<>
6
- {/* <h1 className='bg-amber-950 text-white font-black p-20 m-4 ' >Home page</h1> */}
7
- <main className='w-full' >
8
- <section>
9
- <article>
10
- <img src="image" alt="Grid_Image" />
11
- <h2>Card Tittle</h2>
12
- <p>Card Paragraph</p>
13
- <button type="submit">Read..</button>
14
- </article>
15
- </section>
16
- </main>
+
17
</>
18
)
19
}
0 commit comments