import React, {useState} from 'react'; import CodeBlock from '@theme/CodeBlock'; const TableRowWithCodeBlock = ({name, url, code}) => (