Import Form function from React Bootstrap

This commit is contained in:
Ray 2023-09-05 10:51:10 +00:00 committed by GitHub
parent 3f50fc9e05
commit 44444228e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import Form from 'react-bootstrap/Form';
export function Signup ( props ) { export function Signup ( props ) {
return ( <h1>Signup</h1>) return ( <h1>Signup</h1>)
} }