Skip to content

Commit

Permalink
Rename component story
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Jun 12, 2023
1 parent dac6a34 commit 83463e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { faker } from '@faker-js/faker';
import CheckResultOverview from './ChecksResultOverview';
import ChecksResultOverview from './ChecksResultOverview';

export default {
title: 'CheckResultOverview',
component: CheckResultOverview,
title: 'ChecksResultOverview',
component: ChecksResultOverview,
};

export const Default = {
Expand Down

0 comments on commit 83463e6

Please sign in to comment.