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.tsx10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index f6f24dc..5f4e139 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -7,9 +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 { ClipboardExperiments } from "./ClipboardExperiments";
import { PluginUpdateChecker } from "./PluginUpdateChecker";
import { NerdStuffModal } from "./NerdStuffModal";
import { ConfigurationData } from "../config/configSchema";
@@ -84,16 +82,10 @@ export function Content() {
<UsageInstructions config={config} />
<WikiButton />
- <ClipboardButton />
<SmartClipboardButton />
- {/* Experimental Clipboard Automation */}
- <ClipboardExperiments />
-
{/* Plugin Update Checker */}
- <PluginUpdateChecker />
-
- {/* Nerd Stuff Button */}
+ <PluginUpdateChecker /> {/* Nerd Stuff Button */}
<PanelSectionRow>
<ButtonItem
layout="below"