Skip to content

Commit 0fd764e

Browse files
committed
fix: broken import wokwi#108
1 parent f4d2e1d commit 0fd764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { ESP32DevkitV1Element } from './esp32-devkit-v1-element';
4242
import { KY040Element } from './ky-040-element';
4343
import { PhotoresistorSensorElement } from './photoresistor-sensor-element';
4444
import { RGBLedElement } from './rgb-led-element';
45-
import { ILI9341Element } from './ILI9341-element';
45+
import { ILI9341Element } from './ili9341-element';
4646

4747
type WokwiElement<T> = Partial<T> & React.ClassAttributes<T>;
4848

0 commit comments

Comments
 (0)