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