deskripsi:
- new component select
- fix styles login dan verifikasi
This commit is contained in:
2025-07-03 17:43:52 +08:00
parent f5cf9e1549
commit 17e6208aae
8 changed files with 186 additions and 11 deletions

View File

@@ -21,6 +21,8 @@ import BaseBox from "./Box/BaseBox";
import AvatarCustom from "./Avatar/AvatarCustom"
// Stack
import StackCustom from "./Stack/StackCustom";
// Select
import SelectCustom from "./Select/SelectCustom";
export {
AlertCustom,
@@ -45,4 +47,6 @@ export {
AvatarCustom,
// Stack
StackCustom,
// Select
SelectCustom,
};