import NarrowLayout from 'sentry/components/narrowLayout'; export default { title: 'Views/Layout - Narrow', }; export const _NarrowLayout = () => <NarrowLayout>Narrow Layout</NarrowLayout>; _NarrowLayout.storyName = 'Narrow Layout';