Skip to content

Commit f9987fb

Browse files
Updating files
1 parent bc5dbcb commit f9987fb

File tree

1 file changed

+1
-11
lines changed
  • Context-with-useReduce/src/pages

1 file changed

+1
-11
lines changed

Context-with-useReduce/src/pages/Home.jsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@ import React from 'react'
33
const Home = () => {
44
return (
55
<>
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>
6+
177
</>
188
)
199
}

0 commit comments

Comments
 (0)