import { FC, memo } from "react"; const GranityLogoWithText: FC = () => { return ( ); }; export default memo(GranityLogoWithText);