diff --git a/src/pages/connections.tsx b/src/pages/connections.tsx index cb267e0..2bd1695 100644 --- a/src/pages/connections.tsx +++ b/src/pages/connections.tsx @@ -1,5 +1,23 @@ +import { useEffect } from "react"; +import { Box, Typography } from "@mui/material"; +import services from "../services"; + const ConnectionsPage = () => { - return