import React from 'react' export const FlowToBot = ({ flow, bot }) => (
{flow} {bot}
)