import styles from "./ErrorScreen.module.css"; export const ErrorScreen = ({ errorMessage, children }) => { return (