import type { FC } from 'react' import { mockData } from './mock' const Node: FC = () => { const { method, url } = mockData return (