summaryrefslogtreecommitdiff
path: root/src/components/index.ts
blob: 18ca2b4d82770b707d20d135455ac086170d4c6c (plain)
1
2
3
4
5
6
7
8
9
10
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 { InstalledGamesSection } from './InstalledGamesSection';