Skip to content

Commit

Permalink
fix axios export, phetsims/chipper#1461
Browse files Browse the repository at this point in the history
zepumph committed Nov 8, 2024
1 parent 9d56758 commit 1c1789e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/npm-dependencies/axios.js
Original file line number Diff line number Diff line change
@@ -6,6 +6,6 @@
* @author Sam Reid (PhET Interactive Simulations)
*/

const axios = require( 'axios' );
import axios from 'axios';

module.exports = axios;
export default axios;

0 comments on commit 1c1789e

Please sign in to comment.