summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index ec4c194..ed0b803 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -4,5 +4,6 @@ export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
// export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
-// export { ClipboardButton } from "./ClipboardButton";
+export { ClipboardButton } from "./ClipboardButton";
+export { LaunchOptionInfo } from "./LaunchOptionInfo";
export { PluginUpdateChecker } from "./PluginUpdateChecker";