diff --git a/src/components/Home/Home.tsx b/src/components/Home/Home.tsx index 1f6da61..a6a1b15 100644 --- a/src/components/Home/Home.tsx +++ b/src/components/Home/Home.tsx @@ -3,7 +3,7 @@ // --------------------------------------------------------------------------------------------------------------------- // ------------------------------------------------------ React -------------------------------------------------------- -import { useEffect, useRef } from 'react'; +import { useRef } from 'react'; // --------------------------------------------------------------------------------------------------------------------- // ----------------------------------------------- Context & Stockage -------------------------------------------------- @@ -13,6 +13,8 @@ import { gameStateAtom } from '../../contexts/gameState'; // --------------------------------------------------------------------------------------------------------------------- // ----------------------------------------------------- Styles -------------------------------------------------------- +import Size from '../../assets/size'; +import Difficulty from '../../assets/difficulty'; import './styles.scss'; // --------------------------------------------------------------------------------------------------------------------- @@ -57,7 +59,10 @@ const Home = () => {
Taille de la grille
+
+
Difficulté
+
+