// @Flow import * as ICONS from 'constants/icons'; import React from 'react'; import Button from 'component/button'; import Yrbl from 'component/yrbl'; export default function SyncFatalError() { return (
{__("Try refreshing to fix the issue. If that doesn't work, email help@lbry.com for support.")}

} actions={
} />
); }