From ab0782b5cf7b65930b0b40528b9205f3f0dfc3a0 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 12 Sep 2024 10:11:02 +0700 Subject: update switch account --- src/lib/auth/components/StatusSwitchAccount.jsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/lib/auth/components/StatusSwitchAccount.jsx (limited to 'src/lib/auth/components/StatusSwitchAccount.jsx') 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; -- cgit v1.2.3