import { Box } from '@chakra-ui/react'; import React from 'react'; export default function Users() { return Welcome to Users Page; }