import { h } from 'preact'; import PropTypes from 'prop-types'; const ErrorMessage = ({ message }) => { const errorStyle = { color: 'darksalmon', 'font-size': '13px' }; return (