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