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 9ecc7da commit 1cd096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/HomeIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const BlogSection = defineAsyncComponent(() =>
import("@/components/home-new/BlogSection.vue")
);
const NewFooter = defineAsyncComponent(() =>
import("@/components/partials/NewFooter.vue")
import("@/components/partials/Footer.vue")
);
export default {
Expand Down

0 comments on commit 1cd096c

Please sign in to comment.