Rev 4267 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
import React from 'react'import FeedSection from '../Feed/FeedSection'const HomeSection = () => {return (<div className='container px-0 py-4'><div className='app__body layout__content'><FeedSection /></div></div>)}export default HomeSection