import React from 'react'; import {Link} from "react-router-dom"; import {IndexJSON} from "../sheet/types"; interface Props { readonly data: IndexJSON; } const Sheet = (p: {readonly name: string; readonly doc?: string;}) => { return (