basic-electron-react-boilerplate
basic-electron-react-boilerplate copied to clipboard
Updating components/App.js to use imported Component directly
Noticed you had imported Component but then are referencing it via React.Component, updated the class declaration to use the imported Component.
Thanks for the boilerplate btw, was exactly what I was looking for.