import Image from 'next/image'; import { forwardRef } from 'react'; import { useAppLayout } from '@/app-layout'; import { LOGO_SRC } from '@/parameters'; interface Props { className?: string; } export const Logo = forwardRef((props, ref) => { const { logoHeight, logoWidth } = useAppLayout(); return ( Scrabble Solver 2 ); });