web-humas-fe/app/portal-ppid/profile/profile-singkat-ppid/page.tsx

7 lines
142 B
TypeScript

import About from "@/components/main/detail/about";
import React from "react";
export default function PPIDProfile() {
return <About />;
}