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

8 lines
98 B
JavaScript

export default function Company() {
return (
<>
<h1>Master Company</h1>
</>
)
}