// @flow import * as React from 'react'; import { IntlProvider } from 'react-intl'; import ContentExplorer from '../ContentExplorer'; import notes from './ContentExplorer.notes.md'; export const withPreview = () => ( ); export const withPreviewSidebar = () => ( ); export default { title: 'Elements|ContentExplorer', component: ContentExplorer, parameters: { notes, }, };