Rev 7161 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
const FeedSection = () => { return ( <div>FeedSection</div> ) } export default FeedSection
const FeedSection = () => {
return (
<div>FeedSection</div>
)
}
export default FeedSection