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