mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-14 14:20:31 +08:00
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
import auth from "./src/auth";
|
|
|
|
const Auth = auth;
|
|
|
|
export { Auth };
|