Desc:
- Perubahan tampilan
This commit is contained in:
2023-10-03 17:46:15 +08:00
parent a82019552f
commit b505e5813e
13 changed files with 321 additions and 14 deletions

View File

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