modified: src/utils/AuthProvider.jsx
This commit is contained in:
@@ -8,7 +8,7 @@ const AuthProvider = ({ children, isSignedIn }) => {
|
||||
<AuthContext.Provider value={token}>{children}</AuthContext.Provider>
|
||||
);
|
||||
};
|
||||
|
||||
//
|
||||
export default AuthProvider;
|
||||
|
||||
export const useAuth = () => {
|
||||
|
||||
Reference in New Issue
Block a user