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 a1517bc commit 2c03cbdCopy full SHA for 2c03cbd
1 file changed
apps/landing/src/app/(detail)/components/ScrollToTop.tsx
@@ -0,0 +1,8 @@
1
+'use client'
2
+
3
+import { useScrollToTop } from '@/hooks/use-scroll-top'
4
5
+export function ScrollToTop() {
6
+ useScrollToTop()
7
+ return null
8
+}
0 commit comments