refactor: rename player to audioplayer

This commit is contained in:
Deluan
2020-03-11 19:46:46 -04:00
committed by Deluan Quintão
parent da36941252
commit 353c48d8d8
8 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import song from './song'
import album from './album'
import artist from './artist'
import { createMuiTheme } from '@material-ui/core/styles'
import { Player, playQueueReducer } from './player'
import { Player, playQueueReducer } from './audioplayer'
const theme = createMuiTheme(DarkTheme)