()
| 464 | }; |
| 465 | |
| 466 | export const useIsClientInitialized = () => |
| 467 | useAppStore((state) => state.isRehydrated && state.isMounted); |
| 468 | |
| 469 | export const useAdminProjects = (refetchInterval = 0) => { |
| 470 | const { page, pageSize } = usePageParams(); |
no outgoing calls
no test coverage detected