diff --git a/web/components/page.tsx b/web/components/page.tsx
index f72db80e..5e150ba3 100644
--- a/web/components/page.tsx
+++ b/web/components/page.tsx
@@ -3,6 +3,7 @@ import { ReactNode } from 'react'
import { BottomNavBar } from './nav/bottom-nav-bar'
import Sidebar from './nav/sidebar'
import { Toaster } from 'react-hot-toast'
+import { ScrollToTopButton } from './scroll-to-top-button'
export function Page(props: {
rightSidebar?: ReactNode
@@ -53,6 +54,7 @@ export function Page(props: {
+