source: sources/client/src/context/UserContext.js@ 747e0ab

Last change on this file since 747e0ab 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.