summaryrefslogtreecommitdiff
path: root/lib/types/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/index.ts')
-rw-r--r--lib/types/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/types/index.ts b/lib/types/index.ts
index 5c4e4d2..e6f27df 100644
--- a/lib/types/index.ts
+++ b/lib/types/index.ts
@@ -1,5 +1,5 @@
export * from './misc';
export * from './object';
export * from './tagged';
-export * from './fn';
-export * from './collections';
+export * from './fn/index';
+export * from './collections/index';