feat: add Link import for navigation in messages page

- Introduced `Link` from Next.js for improved inter-page navigation.
This commit is contained in:
Mathis HERRIOT
2026-01-29 16:01:11 +01:00
parent d271cc215b
commit 2704f7d5c5

View File

@@ -3,6 +3,7 @@
import { formatDistanceToNow } from "date-fns";
import { fr } from "date-fns/locale";
import { Search, Send, UserPlus, X } from "lucide-react";
import Link from "next/link";
import { useRouter, useSearchParams } from "next/navigation";
import * as React from "react";
import { toast } from "sonner";