diff --git a/static_src/index.ts b/static_src/index.ts index 810e6d0..dc49115 100644 --- a/static_src/index.ts +++ b/static_src/index.ts @@ -1,2 +1,3 @@ export { default as SugoiAuthProvider } from "./SugoiAuthProvider" -export { default as WebStorage } from "./WebStorage" \ No newline at end of file +export { default as WebStorage } from "./WebStorage" +export * as TwitchAuth from "./TwitchAuth" \ No newline at end of file