import type { FC } from 'react'
const Node: FC = () => {
return (
// No summary content
<div></div>
)
}
export default Node