We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d2e1d commit 0fd764eCopy full SHA for 0fd764e
src/react-types.ts
@@ -42,7 +42,7 @@ import { ESP32DevkitV1Element } from './esp32-devkit-v1-element';
42
import { KY040Element } from './ky-040-element';
43
import { PhotoresistorSensorElement } from './photoresistor-sensor-element';
44
import { RGBLedElement } from './rgb-led-element';
45
-import { ILI9341Element } from './ILI9341-element';
+import { ILI9341Element } from './ili9341-element';
46
47
type WokwiElement<T> = Partial<T> & React.ClassAttributes<T>;
48
0 commit comments