From 64980819466b97252f552732e41e56f53dead284 Mon Sep 17 00:00:00 2001 From: spaaaacccee Date: Mon, 20 May 2024 21:39:03 +1000 Subject: [PATCH] Fix build --- src/pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0b04c5f..2f94082 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -26,6 +26,7 @@ import "./index.module.css"; import { PlayArrowOutlined } from "@mui/icons-material"; import { useTitleBar } from "../components/useTitleBar"; import { useSm } from "../components/useSm"; +import BrowserOnly from "@docusaurus/BrowserOnly"; function Content() { const sm = useSm(); @@ -55,7 +56,7 @@ function Content() { }), }} > - + {() => }