mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: more formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { CommonProviderOptions } from "./index.js"
|
||||
import type { Awaitable, RequestInternal, User } from "../types.js"
|
||||
import type { Awaitable, User } from "../types.js"
|
||||
import type { JSXInternal } from "preact/src/jsx.js"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Profile } from "../types.js"
|
||||
import CredentialsProvider from "./credentials.js"
|
||||
import type {
|
||||
default as CredentialsProvider,
|
||||
CredentialsConfig,
|
||||
CredentialsProviderType,
|
||||
} from "./credentials.js"
|
||||
|
||||
Reference in New Issue
Block a user