Floating video

This commit is contained in:
Adolfo Reyna
2023-01-08 22:15:43 -05:00
parent caf2a8ee04
commit 05d05f79f7
6 changed files with 140 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ import { proxy, useSnapshot } from 'valtio';
const GlobalState = proxy({
me: {},
profiles: {},
currentMedia: '',
});
export default GlobalState;