chore: adding jsdocs

This commit is contained in:
Caio Cabral
2024-11-13 21:10:00 -05:00
parent cae03c7c98
commit bfef16fb20

View File

@@ -1,6 +1,13 @@
import { Box, Button } from "@mui/material";
import { Heading } from "../../Components/Heading";
/**
* This is the Infrastructure monitoring page. This is a work in progress
*
* @param - Define params.
* @returns {JSX.Element} The infrastructure monitoring page.
*/
function Infrastructure() {
return (
<Box component="main">