mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
chore: fix imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { BetterAuthPlugin } from "../types";
|
||||
import { cookies } from "next/headers";
|
||||
import { parseSetCookieHeader } from "../cookies";
|
||||
import { createAuthMiddleware } from "../plugins";
|
||||
|
||||
export function toNextJsHandler(
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user