import { Box } from '@chakra-ui/react'; import React from 'react'; export default function Home() { return ( Hi there 👋
Welcome to Authorizer administrative dashboard!
); }