import { IconButton, Tooltip } from '@affine/component'; import { Logo1Icon } from '@blocksuite/icons'; import { useCallback } from 'react'; export const HeaderItem = () => { return ( { console.log('clicked hello world!'); }, [])} > ); };