-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
…ack configs to support having both old and new folder structure side by side.
Codecov Report
@@ Coverage Diff @@
## develop #934 +/- ##
===========================================
+ Coverage 91.77% 92.03% +0.25%
===========================================
Files 220 218 -2
Lines 2869 2861 -8
Branches 505 504 -1
===========================================
Hits 2633 2633
+ Misses 208 201 -7
+ Partials 28 27 -1 Continue to review full report at Codecov.
|
@@ -0,0 +1,41 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this file was copied instead of moved since app/routes.js still exists, maybe delete that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, good point. I'll fix that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's gone!
The base for the new folder structure. The idea is that now we can start gradually moving into the new folder structure.