Valtio and new tab menu
This commit is contained in:
8
contexts/GlobalState.js
Normal file
8
contexts/GlobalState.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { proxy, useSnapshot } from 'valtio';
|
||||
|
||||
const GlobalState = proxy({
|
||||
me: {},
|
||||
profiles: {},
|
||||
});
|
||||
|
||||
export default GlobalState;
|
||||
Reference in New Issue
Block a user