chore: more formatting

This commit is contained in:
Balázs Orbán
2022-12-23 03:03:52 +01:00
parent b2d7f5529f
commit 1387445600
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
/**

View File

@@ -1,6 +1,6 @@
import { Profile } from "../types.js"
import CredentialsProvider from "./credentials.js"
import type {
default as CredentialsProvider,
CredentialsConfig,
CredentialsProviderType,
} from "./credentials.js"