From ad33d4917f2a620e1464f99cf6cb38ba174f8dd4 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 18 Aug 2022 22:17:36 +0200 Subject: [PATCH] Add mostly-functional initial setup script --- src/plugins/PluginIndex.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/PluginIndex.ts b/src/plugins/PluginIndex.ts index 502161a16..2688d0bf4 100644 --- a/src/plugins/PluginIndex.ts +++ b/src/plugins/PluginIndex.ts @@ -1,6 +1,5 @@ -import { Plugin } from "util/plugin"; import * as example_plugin from "./example-plugin/TestPlugin"; export const PluginIndex: any = { - "example-plugin": new example_plugin.default(), -}; \ No newline at end of file + "example-plugin": new example_plugin.default() +};