fix nama komponen profile

This commit is contained in:
2025-07-03 14:24:10 +08:00
parent 7e39133c2f
commit 4a92385d6d
5 changed files with 115 additions and 87 deletions

View File

@@ -17,6 +17,8 @@ import { TextInputCustom } from "./TextInput/TextInputCustom";
import Grid from "./Grid/GridCustom";
// Box
import BaseBox from "./Box/BaseBox";
// Avatar
import AvatarCustom from "./Avatar/AvatarCustom"
export {
AlertCustom,
@@ -37,4 +39,6 @@ export {
Grid,
// Box
BaseBox,
// Avatar
AvatarCustom,
};