deskripsi:
- tampilan edit profile
- resourcing stack
- fix text input & buttom
This commit is contained in:
2025-07-03 16:35:39 +08:00
parent 101c9053d8
commit 7b58e3315f
8 changed files with 99 additions and 17 deletions

View File

@@ -19,6 +19,8 @@ import Grid from "./Grid/GridCustom";
import BaseBox from "./Box/BaseBox";
// Avatar
import AvatarCustom from "./Avatar/AvatarCustom"
// Stack
import StackCustom from "./Stack/StackCustom";
export {
AlertCustom,
@@ -41,4 +43,6 @@ export {
BaseBox,
// Avatar
AvatarCustom,
// Stack
StackCustom,
};