8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
import React from 'react';
|
||
|
|
||
|
export default () => (
|
||
|
<div class="nc-notFound-container">
|
||
|
<h2>Not Found</h2>
|
||
|
</div>
|
||
|
);
|