modified: src/utils/AuthProvider.jsx

This commit is contained in:
Amirreza
2026-07-08 07:28:43 +03:30
parent be19773fc4
commit b58b2392ee

View File

@@ -8,7 +8,7 @@ const AuthProvider = ({ children, isSignedIn }) => {
<AuthContext.Provider value={token}>{children}</AuthContext.Provider>
);
};
//
export default AuthProvider;
export const useAuth = () => {