feat: 项目初始化

This commit is contained in:
inc904
2023-03-17 11:59:52 +08:00
parent eae44feb59
commit c94d2e5737
112 changed files with 2886 additions and 2659 deletions

View File

@@ -1,5 +1,5 @@
import auth from "./src/auth";
import auth from './src/auth'
const Auth = auth;
const Auth = auth
export { Auth };
export { Auth }