@panthro You don't need to use import axios from 'axios'; in other files because the import in bootstrap js will already work in other js files because the import of boostrap.js in app.js
This window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';. add X-Requested-With header to all axios request with as value XMLHttpRequest.
If you want detailed info on what XMLHttpRequest does check this page: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest