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

8 lines
114 B
TypeScript
Raw Normal View History

2024-02-19 08:39:35 +00:00
import About from "@/components/detail/About";
export default function AboutPage() {
return (
<About />
);
}