import Dialog from "@material-ui/core/Dialog"; import DialogActions from "@material-ui/core/DialogActions"; import DialogContent from "@material-ui/core/DialogContent"; import DialogContentText from "@material-ui/core/DialogContentText"; import DialogTitle from "@material-ui/core/DialogTitle"; import Button from "@material-ui/core/Button"; export const Alert = ({showAlert, finishCalc, showIdmtResults}) => { return(
{"Ergebnis überprüfen oder abgeben?"} Willst du dein Ergebnis nochmal überprüfen oder gleich abgeben?
) };