import { Text } from '@chakra-ui/react';
import React from 'react';
export default function Home() {
return (
<>
Hi there 👋
Welcome to Authorizer Administrative Dashboard!
Please use this dashboard to configure your environment variables or
have look at your users
>
);
}