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();