import styles from '@components/MessageViewer.module.css'; export default function MessageViewer(props) { return (
{props.children}
); }