diff --git a/components/wizard/index.js b/components/wizard/index.js index e242349..017e6c7 100644 --- a/components/wizard/index.js +++ b/components/wizard/index.js @@ -7,7 +7,6 @@ import WizardStore, { WizardContext } from './context/wizardStore' import DateSelect from './dateSelect' import Reason from './reason' import Contact from './contact' -//import Driver from './driver' function WizardInternal() { const { onSubmit, state, forgetData, storeData } = useContext(WizardContext)