UNPKG

react-component-webpack-npm-boilerplate

Version:

standalone react component package boilerplate with front-end mocha test

6 lines (4 loc) 91 B
import React from 'react' export default function MyComponent () { return <div></div> }