small refactors

This commit is contained in:
2025-08-13 11:12:15 -06:00
parent 762a51d6da
commit e8de00a2b1
5 changed files with 89 additions and 124 deletions

View File

@@ -1,3 +1,4 @@
"use client"
import { getErrorMessage } from "@/services/utils/queryClient";
import { QueryErrorResetBoundary } from "@tanstack/react-query";
import { FC, ReactNode, Suspense } from "react";