import { h } from 'preact'; import { memo } from 'preact/compat'; export function Score({ className = 'h-6 w-6', stroke = 'currentColor', fill = 'currentColor', onClick = () => {} }) { return ( percent ); } export default memo(Score);