File size: 190 Bytes
1e92f2d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import React from 'react';

const APITable: React.FC = () => (
  // TODO: implement api table, depend on the new markdown data structure passed
  <>API Table</>
);

export default APITable;