// @flow // This component is shown as a full replacement for the entire app in production whenever an error happens that would otherwise crash the app import React from 'react'; import ViewError from '../viewError'; const BlueScreen = () => { return ( ); }; export default BlueScreen;