summaryrefslogtreecommitdiff
path: root/src/exports.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/exports.ts')
-rw-r--r--src/exports.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exports.ts b/src/exports.ts
new file mode 100644
index 0000000..a95f7b6
--- /dev/null
+++ b/src/exports.ts
@@ -0,0 +1,14 @@
+// Re-export components
+export { FGModInstallerSection } from './components/FGModInstallerSection';
+export { InstalledGamesSection } from './components/InstalledGamesSection';
+export { ResultDisplay } from './components/ResultDisplay';
+
+// Re-export utilities
+export * from './utils';
+export * from './utils/constants';
+
+// Re-export types
+export * from './types/index';
+
+// Re-export API
+export * from './api';