Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
150 Bytes
import MainSection from '../Compoenents/MainSection'
const Home = () => {
return (
<>
<MainSection />
</>
)
}
export default Home