initialized the create player layout and game detail page
Showing
| ... | ... | @@ -13,14 +13,16 @@ |
| "@emotion/styled": "^11.14.1", | ||
| "@mui/material": "^7.3.2", | ||
| "@reduxjs/toolkit": "^2.9.0", | ||
| "@tanstack/react-table": "^8.21.3", | ||
| "@wandersonalwes/iconsax-react": "0.0.10", | ||
| "formik": "^2.4.6", | ||
| "lightgallery": "^2.9.0-beta.1", | ||
| "next": "15.5.3", | ||
| "react": "19.1.0", | ||
| "react": "^19.1.0", | ||
| "react-dom": "19.1.0", | ||
| "react-quill-new": "3.4.6", | ||
| "react-redux": "^9.2.0", | ||
| "yup": "^1.7.0", | ||
| "@wandersonalwes/iconsax-react": "0.0.10", | ||
| "react-quill-new": "3.4.6" | ||
| "yup": "^1.7.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "^3", | ||
| ... | ... | @@ -33,4 +35,4 @@ |
| "tailwindcss": "^4", | ||
| "typescript": "^5" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
src/app/(dashboard)/players/page.tsx
0 → 100644
src/components/molecules/Pagination.tsx
0 → 100644
src/components/molecules/TableHeader.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/services/playerApi.ts
0 → 100644
src/types/player.ts
0 → 100644
Please
register
or
sign in
to comment