Skip to content

Commit ad33d49

Browse files
Add mostly-functional initial setup script
1 parent b58ea70 commit ad33d49

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/plugins/PluginIndex.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { Plugin } from "util/plugin";
21
import * as example_plugin from "./example-plugin/TestPlugin";
32

43
export const PluginIndex: any = {
5-
"example-plugin": new example_plugin.default(),
6-
};
4+
"example-plugin": new example_plugin.default()
5+
};

0 commit comments

Comments
 (0)