diff --git a/src/App.js b/src/App.js index acc596c..6c62e23 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,5 @@ import "./assets/css/App.scss"; +import Welcome from "./pages/Welcome.jsx"; import Home from "./pages/Home.jsx"; import Single from "./pages/Single.jsx"; import Profile from "./pages/Profile.jsx"; @@ -7,6 +8,7 @@ import Results from "./pages/Results.jsx"; import Test from "./pages/Test.jsx"; import { v4 as uuidv4 } from "uuid"; import Game from "./pages/Game.jsx"; +import Rating from "./pages/Rating.jsx"; import { useLocation, Routes, Route } from "react-router-dom"; import { AnimatePresence } from "framer-motion"; @@ -16,11 +18,13 @@ function App() { return ( - } /> + } /> + } /> } /> } /> } /> } /> + } /> } />