import { h } from 'preact'; import { memo } from 'preact/compat'; export function StarRecording({ className = '' }) { return ( ); } export default memo(StarRecording);