import React from 'react'; import styles from './StreamError.css'; export const StreamError = ({children}) => (
{children}
);