Skip to content

Commit 8eb4319

Browse files
Seluj78gmorer
andcommitted
Update frontend/src/pages/home.js
Co-authored-by: gmorer <gmorer@users.noreply.github.com>
1 parent a367e63 commit 8eb4319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useHistory } from 'react-router-dom';
33
import useFetchData from '../hooks/fetch_data';
44
import Loading from '../components/loading';
55
import Error from '../components/error';
6-
import { apiCall, deleteRefresh, logOut } from "../utils"
6+
import { logOut } from "../utils"
77

88
const ApiCallTest = () => {
99
const { loading, result, error } = useFetchData('/users');
@@ -28,4 +28,4 @@ const Home = () => {
2828
)
2929
}
3030

31-
export default Home;
31+
export default Home;

0 commit comments

Comments
 (0)