File size: 201 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
const DocsExampleError = () => (
<div className="docs-example__error">
<p>Oops! There was a problem loading this example. Check the browser console.</p>
</div>
);
export default DocsExampleError;
|