bug fixes on user

This commit is contained in:
2026-03-20 09:32:17 -05:00
parent 85073c19d2
commit 751c8f21ab
5 changed files with 7 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
import { createFileRoute } from "@tanstack/react-router";
import z from "zod";
import { Button } from "@/components/ui/button";
import { authClient, useSession } from "../lib/auth-client";
import { useSession } from "../lib/auth-client";
export const Route = createFileRoute("/")({
validateSearch: z.object({