Skip to content

Commit

Permalink
fix: axios import error (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored and duggalsu committed Nov 29, 2023
1 parent 6bae121 commit fb7c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-extension/plugin/src/twitter/tweet-controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Api from '../ui-components/pages/Api';
import Theme from '../ui-components/atoms/Theme';
const { getUserData, getPreferenceData } = repository;
const { invokeNetwork } = Api;
const axios = require('axios');
import axios from 'axios';

function UnfocussedButton({ onClick, children }) {
return (
Expand Down

0 comments on commit fb7c6d6

Please sign in to comment.