mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 17:06:41 -05:00
chore(demo): fix import (#7310)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { safeJSONParse } from "@better-auth/core/utils";
|
||||
import { safeJSONParse } from "@better-auth/core/utils/json";
|
||||
import type { BetterAuthClientPlugin } from "better-auth/types";
|
||||
import type { oauthProvider } from "./oauth";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user