diff --git a/docs/src/app/assets/GitHubIcon.tsx b/docs/src/app/assets/GitHubIcon.tsx deleted file mode 100644 index 1f8113d..0000000 --- a/docs/src/app/assets/GitHubIcon.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from "react"; - -export function GitHubIcon({ className }: { className?: string | undefined }) { - return ( - - - - ); -}