diff --git a/src/App.tsx b/src/App.tsx index 19c0539..5626151 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Alert, Collapse, Rating, Typography } from "@mui/material"; +import { Alert, Grow, Rating, Typography } from "@mui/material"; import "./App.css"; import ButtonRow, { ActionProps } from "./components/ButtonRow"; import ReviewField, { ReviewFieldProps } from "./components/ReviewField"; @@ -108,9 +108,9 @@ function App() {
- + {alert} - + ); }