6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
import auth from "./src/auth";
|
|
|
|
const Auth = auth;
|
|
|
|
export { Auth };
|