md: Replace tsx by ts for highlightjs support

This commit is contained in:
Eric NGUYEN 2022-09-23 18:10:30 +02:00
parent 3ecff4cf01
commit 8535416acc
4 changed files with 29 additions and 29 deletions

View file

@ -11,7 +11,7 @@ L'icône Home peut être importé comme tout composant React.
Il existe plusieurs type de chaque icône de Heroicon : `outline`, `solid`, `mini`. Utilisons donc `outline`.
```tsx
```ts
import { HomeIcon } from '@heroicons/react/outline';
...