Browse Source

missing name refactored

Skylsmoi 7 years ago
parent
commit
544961620e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/component/ConnectionForm.jsx

+ 1 - 1
src/component/ConnectionForm.jsx View File

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