import { Alert, AlertIcon, AlertProps } from '@chakra-ui/react' import React from 'react' export const Info = (props: AlertProps) => ( {props.children} ) export const PublishFirstInfo = (props: AlertProps) => ( You need to publish your typebot first )