This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-28 05:05:26 +00:00

13 lines
148 B
JavaScript

import React from 'react'
const Error = () => (
<div>
<h1>There was an error fetching news</h1>
</div>
)
export default Error;