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"