Skip to content

Commit

Permalink
Unification in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 19, 2023
1 parent 59fc8b7 commit cdd97e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt-frontend/components/home-new/UserReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ export default {
};
},
components: {
LottieAnimation: defineAsyncComponent(() =>
import("@/components/utils/LottieAnimation.vue"),
LottieAnimation: defineAsyncComponent(
() => import("@/components/utils/LottieAnimation.vue"),
),
},
mounted() {
Expand Down

0 comments on commit cdd97e6

Please sign in to comment.