From 9b50ecd48d4362e29f75044afe9211963794af0a Mon Sep 17 00:00:00 2001 From: MarineChillaud Date: Wed, 27 Sep 2023 10:28:06 +0200 Subject: [PATCH] feat: add reset and replay games --- src/components/buttons/GameResponseButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/buttons/GameResponseButton.tsx b/src/components/buttons/GameResponseButton.tsx index 4ed123e92..5b8325521 100644 --- a/src/components/buttons/GameResponseButton.tsx +++ b/src/components/buttons/GameResponseButton.tsx @@ -1,6 +1,6 @@ import React, { useState, useCallback } from 'react'; -import { Button, Grid, Stack, Typography } from '@mui/material'; +import { Button, Stack, Typography } from '@mui/material'; import ArrowRight from 'src/svg/arrow-right.svg'; import type { GameResponseValue } from 'types/gameResponse.type';