diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:48:36 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:48:36 -0400 |
| commit | 404b01b1acd5bd66e009176a71c21c29275fb6b9 (patch) | |
| tree | 43aa7e442d3774118f5456876668c185863b8d9c /src/components/index.ts | |
| parent | 0668428a5ebc221d39b907f251dc0dc43e30a2df (diff) | |
| download | decky-lsfg-vk-404b01b1acd5bd66e009176a71c21c29275fb6b9.tar.gz decky-lsfg-vk-404b01b1acd5bd66e009176a71c21c29275fb6b9.zip | |
rm the other clipboard tests
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 1a36327..682598c 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -4,9 +4,7 @@ export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; // export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; -export { ClipboardButton } from "./ClipboardButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; -export { ClipboardExperiments } from "./ClipboardExperiments"; export { LaunchOptionInfo } from "./LaunchOptionInfo"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; |
