From 38f4a21f2cb9498aeb749ced69511ee8e08004dd Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 3 May 2024 02:11:12 +0000 Subject: [PATCH] 'ok now redeploy smov' --- src/pages/HomePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fbdd889f..3bf122e2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -34,6 +34,8 @@ function useSearch(search: string) { }; } +// What the sigma? + export function HomePage() { const { t } = useTranslation(); const { t: randomT } = useRandomTranslation();