Przeglądaj źródła

fix: import React before using jsx (#3804)

vanilla_orig
Aakansha Doshi 4 lat temu
rodzic
commit
e3e967421e
No account linked to committer's email address

+ 1
- 0
src/components/CheckboxItem.tsx Wyświetl plik

@@ -1,3 +1,4 @@
1
+import React from "react";
1 2
 import clsx from "clsx";
2 3
 import { checkIcon } from "./icons";
3 4
 

+ 1
- 0
src/components/LibraryButton.tsx Wyświetl plik

@@ -1,3 +1,4 @@
1
+import React from "react";
1 2
 import clsx from "clsx";
2 3
 import { t } from "../i18n";
3 4
 import { AppState } from "../types";

Ładowanie…
Anuluj
Zapisz