summary refs log tree commit diff
path: root/src/util/plugin/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/plugin/index.ts')
-rw-r--r--src/util/plugin/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/plugin/index.ts b/src/util/plugin/index.ts

index 7a297981..ffc7803e 100644 --- a/src/util/plugin/index.ts +++ b/src/util/plugin/index.ts
@@ -1,7 +1,7 @@ +export * from "./event_types/index"; export * from "./Plugin"; export * from "./PluginConfig"; export * from "./PluginEventHandler"; export * from "./PluginLoader"; export * from "./PluginManifest"; export * from "./PluginStore"; -export * from "./event_types/index";