source: sources/client/src/context/UserContext.js

Last change on this file was bc20307, checked in by Tasevski2 <39170279+Tasevski2@…>, 2 years ago

Push before video

  • Property mode set to 100644
File size: 88 bytes
Line 
1import { createContext } from 'react';
2
3export const UserContext = createContext(null);
Note: See TracBrowser for help on using the repository browser.