import * as React from 'react'; import { Text, ChakraProvider } from '@chakra-ui/react'; import { MdStar } from 'react-icons/md'; export default function Example() { return ( Authorizer Dashboard ); }