Skip to content

Commit 9003a88

Browse files
committed
change exports again
Signed-off-by: Kashish Mittal <[email protected]>
1 parent 00e6806 commit 9003a88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/src/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ import {
5858
getOneJobApplication,
5959
updateJobApplicationStatus,
6060
} from "./utils/job_applications_api";
61+
6162
function App() {
6263
// redirect urls in-case user has a cached login or not
6364
const dashboardRedirect = "/dashboard";
@@ -127,7 +128,7 @@ function App() {
127128
const THEME = createTheme({
128129
typography: {
129130
fontFamily: `"Inter"`,
130-
"fontWeightBold": 600
131+
fontWeightBold: 600,
131132
},
132133
});
133134

client/src/utils/job_posts_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const getAllLocations = async () => {
152152
return response;
153153
};
154154

155-
module.exports = {
155+
export {
156156
createJobPost,
157157
deleteJobPost,
158158
modifyJobPost,

0 commit comments

Comments
 (0)