import React from 'react'; import Icon from 'c/Icon'; import SvgYacd from './SvgYacd'; import github from 's/github.svg'; import s0 from './ErrorBoundaryFallback.module.css'; const yacdRepoIssueUrl = 'https://github.com/haishanh/yacd/issues'; function ErrorBoundaryFallback() { return (

Oops, something went wrong!

If you think this is a bug, reporting this at{' '} haishanh/yacd

); } export default ErrorBoundaryFallback;