Skip to content

Commit

Permalink
Remove decorators from story
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-yau-ttd committed Jan 3, 2024
1 parent bc95ee2 commit ec8514b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/components/Core/ErrorView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import '../../utils/errorHandler.scss';
const meta: Meta<typeof ErrorView> = {
component: ErrorView,
title: 'Shared Components/Error View',
decorators: [(Story) => <Story />],
};
export default meta;

Expand Down

0 comments on commit ec8514b

Please sign in to comment.