mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
fix(multi-session): sort imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { BetterAuthPlugin } from "@better-auth/core";
|
||||
import type { Session, User } from "@better-auth/core/db";
|
||||
import {
|
||||
createAuthEndpoint,
|
||||
createAuthMiddleware,
|
||||
} from "@better-auth/core/api";
|
||||
import type { Session, User } from "@better-auth/core/db";
|
||||
import * as z from "zod";
|
||||
import { APIError, sessionMiddleware } from "../../api";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user