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