import React from 'react'; import SilverStripeComponent from 'lib/SilverStripeComponent'; /** * Renders the right-hand collapsable change preview panel */ class Preview extends SilverStripeComponent { render() { return (

There is no preview available for this item.

); } } export default Preview;