This repository has been archived by the owner on May 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(page): render
TopClientsBlockedTable
table in home page
## what - Fetch `TopBlockedClientsQueries` data from API - Render `TopBlockedClientsQueries` table ## how - RTK Query to fetch `TopBlockedClientsQueries` from API - Render `TopBlockedClientsQueries` table - pass `data` to component - pass `isLoading` to component - Use `Grid` to display table - 50% width on meduim screen and larger - 100% width on small screens and smaller ## why ## where - ./src/pages/index.tsx ## usage
- Loading branch information