Skip to content

Commit

Permalink
fixed the footer import build error
Browse files Browse the repository at this point in the history
  • Loading branch information
joywin2003 committed Oct 6, 2024
1 parent 5b8e18f commit 7f80785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from "react";
import HorizontalScroll from "@/components/common/HorizontalScrollCarousel";
import TextReveal from "@/components/ui/text-reveal";
import HeroVideoDialog from "@/components/ui/hero-video-dialog";
import ParallaxFooter from "@/components/Footer";
import ParallaxFooter from "@/components/common/Footer";
import StackedCards from "@/components/stacking-cards/stacked";

export default function Home() {
Expand Down

0 comments on commit 7f80785

Please sign in to comment.