6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
|
|
import { ClientsByCountryPage } from '@/components/clients/clients-by-country-page';
|
||
|
|
|
||
|
|
export default function ClientsByCountryRoute() {
|
||
|
|
return <ClientsByCountryPage />;
|
||
|
|
}
|