Files
digifi-www/src/pages/DashboardProfilePage.tsx
T

10 lines
160 B
TypeScript

import { DashboardProfile } from "../components";
export default function DashboardProfilePage() {
return (
<>
<DashboardProfile />
</>
);
}