do not export providers on index.ts

This commit is contained in:
x-ror 2021-05-26 19:18:07 +03:00
parent 66528965fc
commit 9a48a67c5e

View File

@ -1,4 +1,3 @@
export { Auth as SvelteKitAuth } from "./auth";
export type { JWT, Session, User } from "./interfaces";
export * as Providers from "./providers";
export type { CallbackResult, Profile } from "./types";