Mark latest box picked up button

This commit is contained in:
2025-06-18 21:12:04 +03:00
parent 0dad9b586c
commit 1d76cd1f87
4 changed files with 976 additions and 30 deletions

View File

@@ -9,6 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"jotai": "^2.12.5",
"next": "15.3.3",
"react": "^19.0.0",
@@ -23,4 +27,4 @@
"eslint-config-next": "15.3.3",
"typescript": "^5"
}
}
}