import { Text } from '@chakra-ui/react' import React from 'react' export const RainbowText = props => { return ( {props?.children} ) }