This commit is contained in:
Julien Valverdé
2024-07-17 05:15:01 +02:00
parent a0bf11466d
commit c3560c41bc
5 changed files with 2 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
import { QueryClient, QueryClientProvider } from "@tanstack/react-query"
import { createWSClient, httpBatchLink, splitLink, wsLink } from "@trpc/client"
import { ReactNode, useState } from "react"
import { type ReactNode, useState } from "react"
import { trpc } from "./trpc"