0👍
you cant use the syntax import * from '...'
in the browser, to use that you have use a module bundler like webpack or parcel,
however you already have axios in your scope so i think if you remove
import axios from 'axios';
you sould go smooth
Source:stackexchange.com