// Harden command demo - shows error handling and edge cases export default { id: 'harden', caption: 'Fragile UI → Robust error handling', before: `
⚠️
Error
Something went wrong
Form Input
`, after: `
!
Connection failed
Unable to reach the server. Check your internet connection and try again.
Email Address
Please enter a complete email address
` };