From bfef16fb2099583413c0c56ef6ee17c7e120b09e Mon Sep 17 00:00:00 2001 From: Caio Cabral Date: Wed, 13 Nov 2024 21:10:00 -0500 Subject: [PATCH] chore: adding jsdocs --- Client/src/Pages/Infrastructure/index.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Client/src/Pages/Infrastructure/index.jsx b/Client/src/Pages/Infrastructure/index.jsx index 0e78c4904..324268af7 100644 --- a/Client/src/Pages/Infrastructure/index.jsx +++ b/Client/src/Pages/Infrastructure/index.jsx @@ -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 (