Removed unused function

This commit is contained in:
VakarisZ 2020-09-18 16:11:29 +03:00
parent 6eab147ae1
commit 5331095bf3
1 changed files with 0 additions and 6 deletions

View File

@ -10,10 +10,4 @@ class AuthComponent extends React.Component {
}
}
export function authFetch(){
const auth = new AuthService();
const authFetch = auth.authFetch;
const jwtHeader = auth.jwtHeader();
}
export default AuthComponent;