Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 134 B view raw
1import React from 'react'; 2 3const NotFound = () => { 4 return <h1>404! That page does not exist :(</h1>; 5}; 6 7export default NotFound;