diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-12 10:11:02 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-12 10:11:02 +0700 |
| commit | ab0782b5cf7b65930b0b40528b9205f3f0dfc3a0 (patch) | |
| tree | 6f28893f1a0d9be80cae9dc02d6861e174a7ffd7 /src/lib/auth/components/StatusSwitchAccount.jsx | |
| parent | 752e55686dfee0d536f9e4e128336e91681ba794 (diff) | |
<iman> update switch account
Diffstat (limited to 'src/lib/auth/components/StatusSwitchAccount.jsx')
| -rw-r--r-- | src/lib/auth/components/StatusSwitchAccount.jsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/auth/components/StatusSwitchAccount.jsx b/src/lib/auth/components/StatusSwitchAccount.jsx new file mode 100644 index 00000000..73316616 --- /dev/null +++ b/src/lib/auth/components/StatusSwitchAccount.jsx @@ -0,0 +1,5 @@ +const StatusSwitchAccount = ({ status }) => { + return <>Perpindahan akun anda masih {status}</>; +}; + +export default StatusSwitchAccount; |
