import React from 'react'
export default function PPIDAdminPage() {
return (
<div>PPIDAdminPage</div>
)
}