Video records API

This commit is contained in:
Adolfo Reyna
2023-01-08 23:54:41 -05:00
parent 05d05f79f7
commit ff6e695bee
8 changed files with 54 additions and 14 deletions

View File

@@ -1,9 +1,11 @@
import { proxy, useSnapshot } from 'valtio';
import API from '../API';
const GlobalState = proxy({
me: {},
profiles: {},
currentMedia: '',
mediaPost: {},
});
export default GlobalState;