summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index 5f4e139..c4934a6 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -7,6 +7,7 @@ import { InstallationButton } from "./InstallationButton";
import { ConfigurationSection } from "./ConfigurationSection";
import { UsageInstructions } from "./UsageInstructions";
import { WikiButton } from "./WikiButton";
+import { ClipboardButton } from "./ClipboardButton";
import { SmartClipboardButton } from "./SmartClipboardButton";
import { PluginUpdateChecker } from "./PluginUpdateChecker";
import { NerdStuffModal } from "./NerdStuffModal";
@@ -82,6 +83,7 @@ export function Content() {
<UsageInstructions config={config} />
<WikiButton />
+ <ClipboardButton />
<SmartClipboardButton />
{/* Plugin Update Checker */}