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