import { Link } from "react-router-dom"; import BasicWindow from "../../Components/BasicWindow"; /** * Renders the administrator menu page. * Provides links to manage users and projects. * @returns JSX.Element representing the administrator menu page. */ function AdminMenuPage(): JSX.Element { const content = ( <>