blob: ad47347f2543e527be7be8b26efd2dd6cb59eb7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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';
export { ManualPatchControls } from './CustomPathOverride';
export { SteamGamePatcher } from './SteamGamePatcher';
|