mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-18 23:26:40 +08:00
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
import auth from "./src/auth";
|
|
|
|
const Auth = auth;
|
|
|
|
export { Auth };
|