diff --git a/src/components/ReviewForm.js b/src/components/ReviewForm.js index 762de59..9999228 100644 --- a/src/components/ReviewForm.js +++ b/src/components/ReviewForm.js @@ -1,29 +1,39 @@ import Form from "react-bootstrap/Form" import Button from "react-bootstrap/Button" +import { AuthContext } from "../contexts/AuthContext" +import { useContext } from "react" + + export function ReviewForm(props) { - return ( -
{movieData.synopsis}
@@ -55,6 +55,6 @@ export function Detail(props) { } else { return null; - - } - } \ No newline at end of file + + } +} \ No newline at end of file