This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
tomi
/
AutoMate
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
2
Pull Requests
0
Wiki
Árbol:
211bc52361
Ramas
Etiquetas
master
react-redux
AutoMate
/
frontend
/
components
/
InterfaceOption.js
InterfaceOption.js
96 B
Histórico
Raw
1
2
3
4
5
const
InterfaceOption =
props
=>
(
<
p
>
This is an option
</
p
>
)
export
default
InterfaceOption