Skip to content

Commit d5d8f7d

Browse files
committed
feat: 게임 결과에 제시어 추가
1 parent be9323e commit d5d8f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/hooks/useEnding.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ interface IEndingResult {
77
pinoco: string;
88
isGuessed: boolean;
99
guessingWord: string;
10+
word: string;
1011
}
1112

1213
export default function useEnding(setGamePhase: (phase: GamePhase) => void) {

0 commit comments

Comments
 (0)