Skip to content

Commit

Permalink
fix Sidebar stories
Browse files Browse the repository at this point in the history
  • Loading branch information
stasguma committed Apr 15, 2024
1 parent 49d8f4d commit 03a2ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 2 additions & 0 deletions src/widgets/Sidebar/ui/Sidebar/Sidebar.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import type { Meta, StoryObj } from '@storybook/react';

import { Sidebar } from './Sidebar';
import { withStoreDecorator } from '@/shared/config/storybook/decorators/withStoreDecorator';

// 👇 This default export determines where your story goes in the story list
const meta: Meta<typeof Sidebar> = {
title: 'Widgets/Sidebar',
component: Sidebar,
decorators: [withStoreDecorator()],
};

export default meta;
Expand Down
21 changes: 0 additions & 21 deletions src/widgets/Sidebar/ui/SidebarItem/SidebarItem.stories.tsx

This file was deleted.

0 comments on commit 03a2ddb

Please sign in to comment.