We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e6806 commit 9003a88Copy full SHA for 9003a88
client/src/App.jsx
@@ -58,6 +58,7 @@ import {
58
getOneJobApplication,
59
updateJobApplicationStatus,
60
} from "./utils/job_applications_api";
61
+
62
function App() {
63
// redirect urls in-case user has a cached login or not
64
const dashboardRedirect = "/dashboard";
@@ -127,7 +128,7 @@ function App() {
127
128
const THEME = createTheme({
129
typography: {
130
fontFamily: `"Inter"`,
- "fontWeightBold": 600
131
+ fontWeightBold: 600,
132
},
133
});
134
client/src/utils/job_posts_api.js
@@ -152,7 +152,7 @@ const getAllLocations = async () => {
152
return response;
153
};
154
155
-module.exports = {
+export {
156
createJobPost,
157
deleteJobPost,
158
modifyJobPost,
0 commit comments