Skip to content

Commit

Permalink
Update login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
myke-roly committed Apr 21, 2020
1 parent 936c578 commit 6cfb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Layout from '../containers/layout';
import FormLogin from '../containers/formLogin';
import { authToken } from '../API/token';
import fetch from 'isomorphic-fetch';
import axiosFetch from '../API/axios';
import { axiosFetch } from '../API/axios';

function Login({ data }) {

Expand Down

0 comments on commit 6cfb38c

Please sign in to comment.