mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
9 lines
No EOL
112 B
TypeScript
9 lines
No EOL
112 B
TypeScript
import React from 'react'
|
|
|
|
function HealthPage() {
|
|
return (
|
|
<div>OK</div>
|
|
)
|
|
}
|
|
|
|
export default HealthPage |