fixed axios import
This commit is contained in:
parent
9a865f94d9
commit
7248225cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const axios = require('axios');
|
||||
import axios from 'axios';
|
||||
const config = require('../config');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue