web-humas-fe/app/portal-ppid/admin/page.tsx

8 lines
123 B
TypeScript
Raw Normal View History

2024-03-02 15:25:48 +00:00
import React from 'react'
export default function PPIDAdminPage() {
return (
<div>PPIDAdminPage</div>
)
}