diff options
Diffstat (limited to 'src/components/Game')
| -rw-r--r-- | src/components/Game/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Game/index.tsx b/src/components/Game/index.tsx index 84ca282..6f6b736 100644 --- a/src/components/Game/index.tsx +++ b/src/components/Game/index.tsx @@ -10,7 +10,7 @@ import * as Styled from "./index.styled"; interface Props { guesses: GuessType[]; - todaysSolution: any; + todaysSolution: Song; currentTry: number; didGuess: boolean; setSelectedSong: React.Dispatch<React.SetStateAction<Song | undefined>>; |
