Table of clues

This commit is contained in:
2022-02-21 10:52:08 -06:00
commit 9ed9066247
24 changed files with 28144 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { useSelector } from 'react-redux';
export function useGamestate() {
return useSelector(state => state.gamestate);
}