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