From 60615b78a3d5d1fe70ae1d319aeb5df6bcb506c3 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 25 Aug 2020 23:57:58 +0200 Subject: [PATCH] remove not existing driver component --- components/wizard/index.js | 1 - 1 file changed, 1 deletion(-) 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)