diff --git a/src/components/dashboard/clients-by-country-widget.tsx b/src/components/dashboard/clients-by-country-widget.tsx index ea5ad832..0a04ccc5 100644 --- a/src/components/dashboard/clients-by-country-widget.tsx +++ b/src/components/dashboard/clients-by-country-widget.tsx @@ -1,6 +1,7 @@ 'use client'; import Link from 'next/link'; +import type { Route } from 'next'; import { useParams } from 'next/navigation'; import { useQuery } from '@tanstack/react-query'; import { Globe } from 'lucide-react'; @@ -93,9 +94,8 @@ export function ClientsByCountryWidget({ limit = 8 }: { limit?: number } = {}) { return (