From a734ba848a215a26e9a100abad332aae2eb05524 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Wed, 15 May 2024 09:43:07 +0200 Subject: [PATCH] fix: remove unused import --- components/MyPages/Blocks/Stays/Previous/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/MyPages/Blocks/Stays/Previous/index.tsx b/components/MyPages/Blocks/Stays/Previous/index.tsx index a1ca86d64..5b868a6dd 100644 --- a/components/MyPages/Blocks/Stays/Previous/index.tsx +++ b/components/MyPages/Blocks/Stays/Previous/index.tsx @@ -1,6 +1,5 @@ "use client" -import { _ } from "@/lib/translation" import { trpc } from "@/lib/trpc/client" import LoadingSpinner from "@/components/LoadingSpinner"