summaryrefslogtreecommitdiff
path: root/src/components/index.ts
blob: 7c3ee0a58b9873f7ac72022d034e798ed2ded2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
export { Content } from "./Content";
export { StatusDisplay } from "./StatusDisplay";
export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
export { FpsMultiplierControl } from "./FpsMultiplierControl";
export { ConfigurationTab } from "./ConfigurationTab";
export { SetupTab } from "./SetupTab";
export { GameConfigurationSelector } from "./GameConfigurationSelector";
export { GameConfigurationControls } from "./GameConfigurationControls";
export { NowPlayingTab } from "./NowPlayingTab";
export { WorkaroundsSection } from "./WorkaroundsSection";