import BasicWindow from "../../Components/BasicWindow"; import Button from "../../Components/Button"; /** * Renders the page for viewing project statistics by an admin. * @returns JSX.Element representing the page for project statistics. */ function AdminProjectStatistics(): JSX.Element { const content = <>; const buttons = ( <>