Spaces:
Running
Running
| function EmptyState({ title, description }) { | |
| return ( | |
| <div className="empty-state"> | |
| <strong>{title}</strong> | |
| <p>{description}</p> | |
| </div> | |
| ) | |
| } | |
| export default EmptyState | |
| function EmptyState({ title, description }) { | |
| return ( | |
| <div className="empty-state"> | |
| <strong>{title}</strong> | |
| <p>{description}</p> | |
| </div> | |
| ) | |
| } | |
| export default EmptyState | |