We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b07ad commit 1a4e4b6Copy full SHA for 1a4e4b6
1 file changed
client/src/App.jsx
@@ -58,7 +58,7 @@ import {
58
getOneJobApplication,
59
updateJobApplicationStatus,
60
} from "./utils/job_applications_api";
61
-import getOneJobPost from "./utils/job_posts_api";
+import { getOneJobPost } from "./utils/job_posts_api";
62
63
function App() {
64
// redirect urls in-case user has a cached login or not
0 commit comments