7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
import { initAuth } from "./auth";
|
|
import { authClient } from "./clients";
|
|
|
|
export const name = "auth";
|
|
|
|
export { initAuth, authClient };
|