UNPKG

nexshop-web-skeleton

Version:

Nexshop Web Skeleton Project

11 lines (10 loc) 217 B
import React, {Component} from 'react'; export default class NotFound extends Component { render() { return ( <div> Oops! page not found!! </div> ); } }