chore(demo): fix import (#7310)

This commit is contained in:
Alex Yang
2026-01-12 15:19:32 -08:00
committed by GitHub
parent 16fca560f7
commit 6d625f7363

View File

@@ -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";