summaryrefslogtreecommitdiff
path: root/src/components/index.ts
blob: 3f673419c235f0142f982b3ab775ee3511f69967 (plain)
1
2
3
4
5
6
7
8
9
10
// Component exports for cleaner imports
export { OptiScalerControls } from './OptiScalerControls';
export { InstallationStatus } from './InstallationStatus';
export { OptiScalerHeader } from './OptiScalerHeader';
export { ClipboardCommands } from './ClipboardCommands';
export { InstructionCard } from './InstructionCard';
export { OptiScalerWiki } from './OptiScalerWiki';
export { UninstallButton } from './UninstallButton';
export { SmartClipboardButton } from './SmartClipboardButton';
export { ResultDisplay } from './ResultDisplay';