remove mocked login-callback (#51)

This commit is contained in:
Arnaud D. Natali 2023-08-18 15:57:31 +02:00 committed by GitHub
commit 5694974035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
import ClientDashboard from "@Front/Components/Layouts/ClientDashboard/index2";
export default function Route() {
return <ClientDashboard targetedCustormer="kevin.hautefaye@gmail.com" />;
}