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

8 lines
105 B
TypeScript
Raw Normal View History

2024-02-19 08:39:35 +00:00
import React from 'react'
export default function Page() {
return (
<div>page</div>
)
}