Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7154 | Rev 7205 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7154 Rev 7161
Línea -... Línea 1...
-
 
1
import React from 'react'
-
 
2
 
1
const FeedSection = () => {
3
const FeedSection = () => {
2
  return (
4
  return (
3
    <div>FeedSection</div>
5
    <div>FeedSection</div>
4
  )
6
  )
5
}
7
}