Skip to content

Commit

Permalink
#46 getProjects import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewNobes committed Sep 24, 2022
1 parent ee522b0 commit 9e2a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getProjects/getProjects.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ghAPIGet from "./ghAPIGet";
import ghAPIGet from "../ghAPIGet";

export const getProjects = () => {
return ghAPIGet(
Expand Down

0 comments on commit 9e2a1ad

Please sign in to comment.