import Image from 'next/image'; import { forwardRef } from 'react'; import { LOGO_HEIGHT, LOGO_SRC, LOGO_WIDTH } from '@/parameters'; interface Props { className?: string; } export const Logo = forwardRef((props, ref) => ( Scrabble Solver 2 ));