UNPKG

generator-min-react-hmr-wp-2

Version:
14 lines (12 loc) 296 B
import React, { Component } from 'react'; class App extends Component { render() { return ( <div> <h1> HMR With React/WebPack2 Enabled! </h1> <h2><small> Sick as F x-)</small></h2> </div> ); } } export default App;