source: reactapp/src/api/AuthApi.js@ 6221ab6

main
Last change on this file since 6221ab6 was 6eba109, checked in by unknown <mlviktor23@…>, 23 months 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.