title: auto

des: auto
note:auto
This commit is contained in:
2023-10-06 15:44:43 +08:00
parent c5dde10807
commit 669680320f
3 changed files with 27 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import HomeView from "./view";
import HomeLayout from "./layout";
import { getToken } from "./fun/api-get-token";
import { getToken } from "./api/api-get-token";
export {HomeView, HomeLayout, getToken}