Skip to content

Commit

Permalink
Add comment denoting the file name within snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
calaway committed May 31, 2019
1 parent 324d754 commit e9f3225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/react/en/simple-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Above, we render straightforward markup for `Task` based on the existing HTML st
Below we build out Task’s three test states in the story file:

```javascript
//src/components/Task.stories.js

import React from 'react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
Expand Down

0 comments on commit e9f3225

Please sign in to comment.