Skip to content

Commit

Permalink
feat: add reset and replay games
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineChillaud committed Sep 27, 2023
1 parent 8958217 commit 9b50ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/buttons/GameResponseButton.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 9b50ecd

Please sign in to comment.