UNPKG

deni-react-treeview-amir

Version:

A modern, themable and configurable treeview for React.

15 lines (11 loc) 223 B
import React from 'react' class NotMatch extends React.Component { render() { return ( <div className="body nomatch"> Example not found! </div> ) } } export default NotMatch