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