import type { FC } from 'react' const Node: FC = () => { return (
start node
) } export default Node