import React, { type FC } from 'react'; const APITable: FC = () => { // TODO: implement api table, depend on the new markdown data structure passed return <>API Table; }; export default APITable;