Put back settings (Home) component on opening app

This commit is contained in:
2024-02-16 18:26:54 +01:00
parent 2459654403
commit e21910547a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { atom } from 'recoil';
export const gameStateAtom = atom({
key: 'gameState',
default: {
status: 'board',
status: 'settings',
difficulty: 'beginner',
gridSize: 12,
bombs: 0,