Navigation Menu

Skip to content

Commit

Permalink
Naming components
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalee committed Sep 15, 2020
1 parent 69b7e60 commit 348ee8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Button.stories.ts
Expand Up @@ -3,7 +3,7 @@ import { Story, Meta } from '@storybook/angular/types-6-0';
import Button from './button.component';

export default {
title: 'Example/Button',
title: 'Button',
component: Button,
parameters: {
backgrounds: {
Expand Down

0 comments on commit 348ee8c

Please sign in to comment.