source: reactapp/src/api/AuthApi.js@ 3b6962d

main
Last change on this file since 3b6962d was 6eba109, checked in by unknown <mlviktor23@…>, 2 years ago

implemented authentication in react

  • Property mode set to 100644
File size: 98 bytes
Line 
1import { createContext } from "react";
2
3const AuthApi = createContext();
4
5export default AuthApi;
Note: See TracBrowser for help on using the repository browser.