Skip to content

Commit

Permalink
Fix runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Nov 24, 2023
1 parent fd2c3b9 commit 27d3c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/pages/jobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const FaqSection = defineAsyncComponent(() =>
import("@/components/jobs/FaqSection.vue")
);
const NewFooter = defineAsyncComponent(() =>
import("@/components/partials/MyFooterNew.vue")
import("@/components/partials/FooterNew.vue")
);
const { $mixpanel } = useNuxtApp();
Expand Down

0 comments on commit 27d3c60

Please sign in to comment.