Skip to content

Commit

Permalink
fix(docz-example-typescript): add extension of tsx file in mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 27, 2019
1 parent 1806abb commit f43f454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/typescript/src/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu: Components
---

import { Playground, Props } from 'docz'
import { Alert } from './Alert'
import { Alert } from './Alert.tsx'

# Alert

Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/src/components/Button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu: Components
---

import { Playground, Props } from 'docz'
import { Button } from './Button'
import { Button } from './Button.tsx'

# Button

Expand Down

0 comments on commit f43f454

Please sign in to comment.