/**
* GitHub OAuth Admin Components
*
* LoginButton for the login page, rendered via the auth provider virtual module.
*/
import { LinkButton } from "@cloudflare/kumo";
import * as React from "react";
function GitHubIcon({ className }: { className?: string }) {
return (
);
}
export function LoginButton() {
return (
GitHub
);
}