import oc from "open-color"; import React from "react"; import { THEME } from "../../src/constants"; import { Theme } from "../../src/element/types"; // https://github.com/tholman/github-corners export const GitHubCorner = React.memo( ({ theme, dir }: { theme: Theme; dir: string }) => ( ), );