[fix] Fix login Page error (Could not open response.js in the editor.)
Showing
1 changed file
with
1 additions
and
1 deletions
1 | import axios from 'axios'; | 1 | import axios from 'axios'; |
2 | -import { response } from 'express'; | 2 | +//import { response } from 'express'; |
3 | import React from 'react' | 3 | import React from 'react' |
4 | import {useState} from 'react' | 4 | import {useState} from 'react' |
5 | import {useDispatch} from 'react-redux'; | 5 | import {useDispatch} from 'react-redux'; | ... | ... |
-
Please register or login to post a comment