import React from "react"; import Link from "@docusaurus/Link"; import clsx from "clsx"; type Props = { className?: string; }; export const CommonHomeButton = ({ className }: Props) => { return ( OpenPanel Home ); };