web-humas-fe/app/tentang-humas-polri/page.tsx

8 lines
114 B
TypeScript

import About from "@/components/detail/About";
export default function AboutPage() {
return (
<About />
);
}