import React from 'react'; import "./NoSimulationsAlert.css"; const NoSimulationsAlert = () => (
No simulations here yet... Add some with the 'New Simulation' button!
); export default NoSimulationsAlert;