erdkse / adminlte-3-react

React 18.3.1 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-react
MIT License
256 stars 133 forks source link

it doesn't see the axios library. #51

Closed fatihdurmaz closed 2 years ago

fatihdurmaz commented 2 years ago

hi, i want to use axios in auth.js file but it doesn't see this code. import {axios} from 'axios';

erdkse commented 2 years ago

You need to import axios as import axios from 'axios';

fatihdurmaz commented 2 years ago

problem is continue Ekran Alıntısı

erdkse commented 2 years ago

the warning says that you defined it but never used - If you start using it it will disappear - It is a lint error