From 60b150cce0b7c48b240f2681326a696835000c69 Mon Sep 17 00:00:00 2001 From: Ed Nico Date: Sat, 24 Jan 2026 05:19:42 +0400 Subject: [PATCH] Refactor Plugin class declaration syntax Removes "export" from plugin class as no longer valid --- examples/app-plugins/weather/example-weather-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app-plugins/weather/example-weather-plugin.js b/examples/app-plugins/weather/example-weather-plugin.js index 736f0ab..08830b4 100644 --- a/examples/app-plugins/weather/example-weather-plugin.js +++ b/examples/app-plugins/weather/example-weather-plugin.js @@ -10,7 +10,7 @@ * - Using the ui.addStatusBarItem() method to add a status bar item */ -export class Plugin extends AppPlugin { +class Plugin extends AppPlugin { onLoad() { this.statusBarItem = this.ui.addStatusBarItem({