summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index cd599ba..18ca2b4 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -1,4 +1,3 @@
-// Component exports for cleaner imports
export { OptiScalerControls } from './OptiScalerControls';
export { InstallationStatus } from './InstallationStatus';
export { OptiScalerHeader } from './OptiScalerHeader';
@@ -8,4 +7,4 @@ export { OptiScalerWiki } from './OptiScalerWiki';
export { UninstallButton } from './UninstallButton';
export { SmartClipboardButton } from './SmartClipboardButton';
export { ResultDisplay } from './ResultDisplay';
-export { ManualPatchControls } from './CustomPathOverride';
+export { InstalledGamesSection } from './InstalledGamesSection';