diff options
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts new file mode 100644 index 0000000..3f67341 --- /dev/null +++ b/src/components/index.ts @@ -0,0 +1,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'; |
