md: Replace tsx by ts for highlightjs support
This commit is contained in:
parent
3ecff4cf01
commit
8535416acc
4 changed files with 29 additions and 29 deletions
|
@ -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';
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue