function Alert()

in source/4-landing-page-with-feedback-api/ui/src/Components/SubmissionResult.tsx [5:7]


function Alert(props: AlertProps) {
  return <MuiAlert elevation={6} variant="filled" {...props} />;
}