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