We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f2d7 commit 1ca8323Copy full SHA for 1ca8323
client-test/src/components/Home/index.tsx
@@ -8,8 +8,6 @@ import { HeroSection } from "@/components/hero-section"
8
import { FeatureCard } from "@/components/feature-card"
9
import { useAuth } from "@/context/AuthContext"
10
import ScrollToTopButton from "../scrolltotop"
11
-import ConfettiPapers from "@/lib/welcome-animations"
12
-
13
14
const Home = () => {
15
const { user } = useAuth();
@@ -137,7 +135,6 @@ const Home = () => {
137
135
</section>
138
136
139
<ScrollToTopButton />
140
- <ConfettiPapers />
141
</div>
142
)
143
}
0 commit comments