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