netguru / create-react-app

Create React apps with no build configuration.
MIT License
14 stars 6 forks source link

Remove redundant App.js/css from template #21

Closed papermana closed 6 years ago

papermana commented 6 years ago

Upstream creates a mock app with src/App.js and src/App.css. Our fork uses separate directories for each component, each with its own .scss file.

When merging changes from upstream, some files from their version of the template got created in the fork. This PR removes the unnecessary files.