feat: implemented lobby & loading screens
Showing
... | ... | @@ -3,9 +3,10 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.3", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/material": "^5.15.11", | ||
"@mui/icons-material": "^5.15.13", | ||
"@mui/material": "^5.15.13", | ||
"@testing-library/jest-dom": "^6.4.1", | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
... | ... |
Please register or sign in to comment