1 2 3 4 5
const StatusSwitchAccount = ({ status }) => { return <>Perpindahan akun anda masih {status}</>; }; export default StatusSwitchAccount;