import { KeyRound } from 'lucide-react'; import { router } from '@inertiajs/react'; import { Button } from '@/components/ui/button'; export function NoMemberCard() { return (

Pas encore membre ?

Votre compte n'est pas encore associé à une adhésion. Rejoignez l'association pour accéder aux services.

); }