UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

12 lines (10 loc) 162 B
import React from 'react'; export class Foo extends React.PureComponent { render() { return ( <div> <h1>Test!</h1> </div> ); } }