diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 19:24:51 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-22 19:24:51 +0100 |
| commit | b6f8822c4f05602a7f7b7a96288829722b3988fc (patch) | |
| tree | 17566d147c318a97c99693b5aeb6d95b9bdb55f8 /src/frontend/app/routes/home.tsx | |
| parent | de6f38f26cfb7c311fc9e4fb051191df12b8b042 (diff) | |
Try to debug why in prod, clicking the map doesn't work
Diffstat (limited to 'src/frontend/app/routes/home.tsx')
| -rw-r--r-- | src/frontend/app/routes/home.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |
