/** * React Static Boilerplate * Copyright (c) Konstantin Tarkus | MIT License */ import React from 'react'; export default class { render() { return ( <div> <h1>Error</h1> <p>An error occurred.</p> </div> ); } };