Skip to content

Instantly share code, notes, and snippets.

@AshishPandagre
Last active September 9, 2022 07:54
Show Gist options
  • Save AshishPandagre/625ceaa8537290a275b12b3b4e8fe3af to your computer and use it in GitHub Desktop.
Save AshishPandagre/625ceaa8537290a275b12b3b4e8fe3af to your computer and use it in GitHub Desktop.
// App.js
import React from 'react'
import './App.css'
const App = () => {
return (
<>
<img className='img' src='./images/1.jpg'/>
<img className='img' src='./images/2.jpg'/>
<img className='img' src='./images/3.jpg'/>
<img className='img' src='./images/4.jpg'/>
<img className='img' src='./images/5.jpg'/>
<img className='img' src='./images/6.jpg'/>
<img className='img' src='./images/7.jpg'/>
</>
)
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment