further typing improvements

This commit is contained in:
Thomas Ruoff
2020-08-28 23:20:18 +02:00
committed by Thomas Ruoff
parent 90ac05a907
commit 52a68e9989
17 changed files with 94 additions and 71 deletions

View File

@@ -1,13 +1,9 @@
import * as React from 'react'
import { useContext } from 'react'
import Link from 'next/link'
import React, { useContext } from 'react'
import Contact from './contact'
import WizardStore, { WizardContext } from './context/wizardStore'
import DateSelect from './dateSelect'
import Reason from './reason'
import Contact from './contact'
function WizardInternal() {
const { onSubmit, state, forgetData, storeData } = useContext(WizardContext)