changes
This commit is contained in:
3
lib/context.js
Normal file
3
lib/context.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
export const UserContext = createContext({user: null, username: null});
|
||||
Reference in New Issue
Block a user