Revert "md: Replace tsx by ts for highlightjs support"

This reverts commit 8535416acc.
This commit is contained in:
Eric NGUYEN 2022-09-23 18:16:37 +02:00
parent 8535416acc
commit 459e83a0c8
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`.
```ts
```tsx
import { HomeIcon } from '@heroicons/react/outline';
...