Explorar el Código

missing name refactored

Skylsmoi hace 7 años
padre
commit
544961620e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/component/ConnectionForm.jsx

+ 1 - 1
src/component/ConnectionForm.jsx Ver fichero

@@ -1,6 +1,6 @@
1 1
 import React from 'react'
2 2
 
3
-export const Connection = props => {
3
+export const ConnectionForm = props => {
4 4
   return (
5 5
     <div>
6 6
       <input type='text' onChange={props.onChangeLogin} placeholder='Login' />