diff --git a/Client/src/Components/Integrations/index.jsx b/Client/src/Components/Integrations/index.jsx index 030a79309..b0e00bdfe 100644 --- a/Client/src/Components/Integrations/index.jsx +++ b/Client/src/Components/Integrations/index.jsx @@ -1,22 +1,54 @@ -import { Box, Button, Typography } from '@mui/material'; +import { Box, Typography, useTheme } from '@mui/material'; +import Button from '../Button'; +/** + * Integrations component + * @returns {JSX.Element} + */ const Integrations = () => { + const theme = useTheme(); + return ( - - + + - + Header - + This is a paragraph that provides more detail about the header. - +