6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
import React from 'react';
|
|
|
|
export default () => (
|
|
<h2>Not Found</h2>
|
|
);
|