diff --git a/src/pages/Rating.jsx b/src/pages/Rating.jsx
new file mode 100644
index 0000000..a586374
--- /dev/null
+++ b/src/pages/Rating.jsx
@@ -0,0 +1,71 @@
+import React from "react";
+import AnimatedPage from "../components/AnimatedPage";
+import { Link, useNavigate } from "react-router-dom";
+
+export default function Rate() {
+ const navigate = useNavigate();
+
+ function returnHome() {
+ navigate("/Home");
+ }
+
+ return (
+ Notes
+ merci pour votre participation
+
+
+
+
+
loading
; - - function addPost(language) { - postGameStatisticsData("/statistics/post", "BE"); - } + // if (!screenTranslations) returnloading
; + + let location = useLocation(); + const { contextGameDatas } = location.state; return ( -