lecoffre-front/src/pages/authorized-client.tsx
2023-04-17 11:43:18 +02:00

6 lines
133 B
TypeScript

import LoginCallBack from "@Front/Components/Layouts/LoginCallback";
export default function Route() {
return <LoginCallBack />;
}