Cleanup after merge

This commit is contained in:
Jonas Dellinger
2022-05-26 13:30:14 +02:00
24 changed files with 2083 additions and 228 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface Plugin {
name: any;
content: any;
icon: any;
onDismount?(): void;
}