import { useTranslate } from 'i18n-calypso'; const BlogStickersList = ( { stickers = [] } ) => { const translate = useTranslate(); return (

{ translate( 'Blog Stickers' ) }

); }; export default BlogStickersList;