You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fr/style.mdx
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,3 +209,27 @@ let counter = 0;
209
209
210
210
Cette syntaxe est difficilement compréhensible car on ne comprends pas directement que l'on est en train d'affecter des variables (on dirait que l'on crée un tableau).
211
211
:::
212
+
213
+
## Extension de fichier dans les imports
214
+
215
+
On **NE DEVRAIT PAS** avoir le nom de l'extension dans les imports
0 commit comments