aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/atoms/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/atoms/index.ts')
-rw-r--r--src/client/atoms/index.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/atoms/index.ts b/src/client/atoms/index.ts
index 1e13222..1de2544 100644
--- a/src/client/atoms/index.ts
+++ b/src/client/atoms/index.ts
@@ -37,6 +37,3 @@ export {
syncStatusAtom,
useSyncInit,
} from "./sync";
-
-// Utilities
-export { createReloadableAtom, createReloadableAtomFamily } from "./utils";