Skip to content

Commit

Permalink
created authcontext
Browse files Browse the repository at this point in the history
  • Loading branch information
preston176 committed May 29, 2024
1 parent 8be7e97 commit daedef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Context/AuthContext.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { createContext } from "react";
export const AuthContext = createContext();

0 comments on commit daedef0

Please sign in to comment.