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