From b6f8822c4f05602a7f7b7a96288829722b3988fc Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 22 Nov 2025 19:24:51 +0100 Subject: Try to debug why in prod, clicking the map doesn't work --- src/frontend/app/routes/home.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/frontend/app/routes/home.tsx') diff --git a/src/frontend/app/routes/home.tsx b/src/frontend/app/routes/home.tsx index ca6a20b..31a8e6a 100644 --- a/src/frontend/app/routes/home.tsx +++ b/src/frontend/app/routes/home.tsx @@ -1,4 +1,3 @@ -"use client"; import Fuse from "fuse.js"; import { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { useTranslation } from "react-i18next"; -- cgit v1.3