2024-08-01 13:37:16 +09:00

8 lines
96 B
JavaScript

export default function Plan() {
return (
<>
<h1>Management Plan</h1>
</>
)
}