source:
reactapp/src/api/AuthApi.js@
af801e3
Last change on this file since af801e3 was 6eba109, checked in by , 2 years ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | import { createContext } from "react"; |
2 | |
3 | const AuthApi = createContext(); |
4 | |
5 | export default AuthApi; |
Note:
See TracBrowser
for help on using the repository browser.