chore: fix imports

This commit is contained in:
Bereket Engida
2024-11-12 11:28:00 +03:00
parent 35b1ef46fa
commit 5be45b3b63

View File

@@ -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: