Error compiling for board NodeMCU 1.0 (ESP-12E Module). plese help

My code

[Unformatted code removed by moderator]

I am facing this error

Arduino: 1.8.15 (Windows 10), Board: “NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200”

In file included from C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkApi.h:37,

             from C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/BlynkApiArduino.h:14,

             from C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:24,

             from D:\Arduino pro\SmartAgricultureMonitoring\SmartAgricultureMonitoring\SmartAgricultureMonitoring.ino:7:

C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:36:21: error: redefinition of ‘class BlynkTimer’

36 | #define SimpleTimer BlynkTimer

  |                     ^~~~~~~~~~

C:\Users\abhijeet\Documents\Arduino\libraries\SimpleTimer/SimpleTimer.h:10:7: note: in expansion of macro ‘SimpleTimer’

10 | class SimpleTimer {

  |       ^~~~~~~~~~~

C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:36:21: note: previous definition of ‘class BlynkTimer’

36 | #define SimpleTimer BlynkTimer

  |                     ^~~~~~~~~~

C:\Users\abhijeet\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkTimer.h:41:7: note: in expansion of macro ‘SimpleTimer’

41 | class SimpleTimer {

  |       ^~~~~~~~~~~

exit status 1

Error compiling for board NodeMCU 1.0 (ESP-12E Module).

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

@Manu21 please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Pete.