Update my-component-story-basic-and-props.js.mdx

This commit is contained in:
bkfarnsworth 2023-10-07 18:53:10 -06:00 committed by GitHub
parent 1593ff396e
commit a3d6ec87c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
```js ```js
// MyComponent.story.js|jsx // MyComponent.stories.js|jsx
import { MyComponent } from './MyComponent'; import { MyComponent } from './MyComponent';