Clear play queue on login and logout

This commit is contained in:
Deluan
2020-06-19 10:51:39 -04:00
parent 9d23b191b5
commit 804d969427
6 changed files with 87 additions and 47 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Login from './Login'
import Logout from './Logout'
import Layout from './Layout'
export { Layout, Login }
export { Layout, Login, Logout }