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