index.tsx 129 B

123456
  1. interface ExploreTablesProps {}
  2. export function ExploreTables({}: ExploreTablesProps) {
  3. // TODO
  4. return <div>Tables</div>;
  5. }