Test Node Package
This is a simple node package to test if a component gets passed into the project!
Installation
npm install --save react-class-component-hello-world
Usage
// import the class into the component
import Default from "react-class-component-hello-world";
// Add the function and pass in a string!
<Default/>