import { Flex, Text } from '@chakra-ui/react' import { Step, StartStep, StepType } from 'bot-engine' export const StepContent = (props: Step | StartStep) => { switch (props.type) { case StepType.TEXT: { return ( Click to edit...