export function GithubStat({ stars }: { stars: string | null }) { return (
Star on GitHub
{stars}
); }