web-humas-fe/app/detail/page.tsx

8 lines
105 B
TypeScript

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