import { jsx as _jsx } from "react/jsx-runtime";
import { ExternalSiteBase } from './_ExternalSiteBase.js';
export const ExternalApisOverview = ({ name }) => (_jsx(ExternalSiteBase, { name: name, template: "apisOverview" }));
export default ExternalApisOverview;