Skip to content

Commit d4a04e1

Browse files
authored
update
1 parent 6fb5e1a commit d4a04e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Compatible with plain JavaScript use (no bundler required).
55
*/
66

7-
module.exports = class SafeLearnPlugin extends Plugin {
7+
class SafeLearnPlugin extends Plugin {
88
async onload() {
99
console.log("✅ SafeLearn Plugin loaded");
1010
this.registerEvent(this.app.workspace.on("layout-change", () => this.processAll()));
@@ -81,3 +81,5 @@ module.exports = class SafeLearnPlugin extends Plugin {
8181
});
8282
}
8383
};
84+
85+
module.exports = SafeLearnPlugin;

0 commit comments

Comments
 (0)