Refactor Neon authentication logic

This commit is contained in:
Aman Varshney
2025-06-07 10:30:02 +05:30
parent c69e7222fd
commit ded8f89f3d
3 changed files with 6 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ import Loader from "@/components/loader";
import { ThemeProvider } from "@/components/theme-provider";
import { Toaster } from "@/components/ui/sonner";
{{#if (eq api "orpc")}}
import { link, orpc, ORPCContext } from "@/utils/orpc";
import { link, orpc } from "@/utils/orpc";
import type { QueryClient } from "@tanstack/react-query";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { useState } from "react";