import { useSSG } from "nextra/ssg"; import { DetailedFeatureLink } from "./Feature"; import { GitHubIcon } from "./Icons"; export const ExamplesArea = ({ filter = "featured", }: { filter: "featured" | "all"; }) => { const { examples } = useSSG(); return (