hilingriviw/src/pages/NewsEvents/index.tsx
2023-09-17 16:29:53 +07:00

10 lines
106 B
TypeScript

function NewsEvent() {
return(
<>
<h1>Best PLaces</h1>
</>
)
}
export default NewsEvent;