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