Import Form function from React Bootstrap
This commit is contained in:
parent
3f50fc9e05
commit
44444228e5
|
@ -1,3 +1,4 @@
|
|||
import Form from 'react-bootstrap/Form';
|
||||
export function Signup ( props ) {
|
||||
return ( <h1>Signup</h1>)
|
||||
}
|
Loading…
Reference in New Issue