fix: adiciona import useCallback no auth-client
All checks were successful
All checks were successful
This commit is contained in:
parent
ae4fd7f890
commit
b3fcbcc682
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { createContext, useContext, useEffect, useMemo, useState } from "react"
|
import { createContext, useCallback, useContext, useEffect, useMemo, useState } from "react"
|
||||||
import { customSessionClient } from "better-auth/client/plugins"
|
import { customSessionClient } from "better-auth/client/plugins"
|
||||||
import { createAuthClient } from "better-auth/react"
|
import { createAuthClient } from "better-auth/react"
|
||||||
import type { AppAuth } from "@/lib/auth"
|
import type { AppAuth } from "@/lib/auth"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue