import { Link } from "react-router-dom"; import BackButton from "../../Components/BackButton"; import BasicWindow from "../../Components/BasicWindow"; import Button from "../../Components/Button"; function AdminManageProjects(): JSX.Element { const content = <>; const buttons = ( <>