6 lines
192 B
TypeScript
6 lines
192 B
TypeScript
import ClientDashboard from "@Front/Components/Layouts/ClientDashboard/index2";
|
|
|
|
export default function Route() {
|
|
return <ClientDashboard targetedCustormer="kevin.hautefaye@gmail.com" />;
|
|
}
|