Remove collection, make loader standalone

This commit is contained in:
Jon Staab
2025-11-19 14:44:59 -08:00
parent d54923e8f0
commit 6028c68fe8
3 changed files with 72 additions and 143 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export * from "./synced.js"
export * from "./getter.js"
export * from "./loader.js"
export * from "./throttle.js"
export * from "./memoize.js"
export * from "./repository.js"
export * from "./collection.js"