import React from 'react'; import { Wizard, WizardStep } from '@breakaway/preact-core'; export const WizardStepVisitRequired: React.FunctionComponent = () => ( Step 1 content Step 2 content Step 3 content Step 4 content Review step content );