import oc from "open-color"; import React from "react"; // https://github.com/tholman/github-corners export const GitHubCorner = React.memo( ({ theme }: { theme: "light" | "dark" }) => ( ), );