import BackButton from "../../Components/BackButton";
import BasicWindow from "../../Components/BasicWindow";
function AdminProjectStatistics(): JSX.Element {
const content = <>>;
const buttons = (
<>
>
);
return ;
}
export default AdminProjectStatistics;