import { APIKey } from "./APIKey"; export const APIKeyList = ({ keys, reloadKeys, title }) => { return ( <>
{title}
); };