We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a367e63 commit 8eb4319Copy full SHA for 8eb4319
frontend/src/pages/home.js
@@ -3,7 +3,7 @@ import { useHistory } from 'react-router-dom';
3
import useFetchData from '../hooks/fetch_data';
4
import Loading from '../components/loading';
5
import Error from '../components/error';
6
-import { apiCall, deleteRefresh, logOut } from "../utils"
+import { logOut } from "../utils"
7
8
const ApiCallTest = () => {
9
const { loading, result, error } = useFetchData('/users');
@@ -28,4 +28,4 @@ const Home = () => {
28
)
29
}
30
31
-export default Home;
+export default Home;
0 commit comments