summary refs log tree commit diff
path: root/src/plugins/PluginIndex.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PluginIndex.ts')
-rw-r--r--src/plugins/PluginIndex.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/PluginIndex.ts b/src/plugins/PluginIndex.ts

index 2688d0bf..502161a1 100644 --- a/src/plugins/PluginIndex.ts +++ b/src/plugins/PluginIndex.ts
@@ -1,5 +1,6 @@ +import { Plugin } from "util/plugin"; import * as example_plugin from "./example-plugin/TestPlugin"; export const PluginIndex: any = { - "example-plugin": new example_plugin.default() -}; + "example-plugin": new example_plugin.default(), +}; \ No newline at end of file