narrowLayout.stories.js 238 B

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