update imports

This commit is contained in:
Thomas Ruoff
2020-08-11 22:50:40 +02:00
parent 8fe5becd29
commit 99b02e32bf
4 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { useContext } from 'react'
import React, { useContext } from 'react'
import Button from 'react-bootstrap/Button'
import Form from 'react-bootstrap/Form'
@@ -28,9 +28,6 @@ function WizardInternal() {
)
}
const onChange = (payload) =>
dispatch({ action: ACTIONS.SET_FORM_DATA, payload })
return (
<Form
onSubmit={(event) => {