From 70e011ff4ace38a4fba536f030b4aa1e26c5ae96 Mon Sep 17 00:00:00 2001 From: dd060606 Date: Fri, 22 Nov 2024 12:16:29 +0100 Subject: [PATCH] update exports --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 66f8cef..1f28569 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,4 @@ export { default as Session } from "./api/Session"; +export * from "./utils/AurionUtils"; +export * from "./utils/NotesUtils"; +export * from "./utils/PlanningUtils";