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