import styles from './Error.module.css'; export default function Error({ children }) { return {children}; }