Skip to content

Commit

Permalink
Fixes case sensitive imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trecenti committed Nov 10, 2017
1 parent c91aabe commit 1ac9045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Radar from './models/Radar'
import Blip from './models/Blip'
import Cycle from './models/Cycle'
import Quadrant from './models/Quadrant'
import Radar from './models/radar'
import Blip from './models/blip'
import Cycle from './models/cycle'
import Quadrant from './models/quadrant'
import RadarGraph from './graphing/radar'
import RefTable from './graphing/ref-table'

Expand Down

0 comments on commit 1ac9045

Please sign in to comment.