feat: configured routes and added some libraries
Showing
... | ... | @@ -3,6 +3,9 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.3", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/material": "^5.15.11", | ||
"@testing-library/jest-dom": "^6.4.1", | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
... | ... | @@ -12,6 +15,7 @@ |
"@types/react-dom": "^18.2.18", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.1", | ||
"react-scripts": "5.0.1", | ||
"typescript": "5.1.6", | ||
"web-vitals": "^3.5.2" | ||
... | ... |
public/logo192.png
deleted
100644 → 0
5.22 KB
public/logo512.png
deleted
100644 → 0
9.44 KB
src/Pages/JoinRoom/index.tsx
0 → 100644
src/logo.svg
deleted
100644 → 0
This diff is collapsed.