const { default: axios } = require("axios");
i have problem with gettin data. how can I fix this?
Advertisement
Answer
you have to import axios library
import axios from 'axios';
const { default: axios } = require("axios");
i have problem with gettin data. how can I fix this?
you have to import axios library
import axios from 'axios';