Add download button in the SharePlayer

This commit is contained in:
Deluan
2023-03-10 23:14:51 -05:00
committed by Deluan Quintão
parent a7d3e6e1f1
commit b520d8827a
6 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import config, { shareInfo } from './config'
import { setDispatch, startEventStream, stopEventStream } from './eventStream'
import { keyMap } from './hotkeys'
import useChangeThemeColor from './useChangeThemeColor'
import SharePlayer from './SharePlayer'
import SharePlayer from './share/SharePlayer'
const history = createHashHistory()