6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import ClientDashboard from "@Front/Components/Layouts/ClientDashboard";
|
|
|
|
export default function Route() {
|
|
return <ClientDashboard />;
|
|
}
|