From 04d6f341ee3122e36044739d533a69e4312dd116 Mon Sep 17 00:00:00 2001 From: Ven Date: Tue, 1 Nov 2022 01:49:41 +0100 Subject: PatchHelper, a tool to help you write patches (#182) --- src/components/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/index.ts') diff --git a/src/components/index.ts b/src/components/index.ts index 6f7ffba..80d2cd1 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +export { default as PatchHelper } from "./PatchHelper"; export { default as PluginSettings } from "./PluginSettings"; export { default as Settings } from "./Settings"; export { default as Updater } from "./Updater"; -- cgit