/* eslint-disable wpcalypso/jsx-classname-namespace */ import { CompactCard, Gridicon } from '@automattic/components'; import { Component } from 'react'; export default class extends Component { static displayName = 'NotificationsBlogSettingsPlaceholder'; shouldComponentUpdate() { return false; } render() { return (
 
 
 
); } }