Material UI: make file names consistent

This commit is contained in:
DC
2016-08-31 11:56:57 -07:00
parent 30732305ff
commit b98f8476f5
8 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ const TorrentPlayer = require('./lib/torrent-player')
// Required by Material UI -- adds `onTouchTap` event
require('react-tap-event-plugin')()
const App = require('./pages/App')
const App = require('./pages/app')
const MediaController = require('./controllers/media-controller')
const UpdateController = require('./controllers/update-controller')