From bc6cc42416582c83bc1a4e091d239174a2e39865 Mon Sep 17 00:00:00 2001 From: lorenasandoval88 <43822820+lorenasandoval88@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:49:37 -0400 Subject: [PATCH] Update sdk.js --- sdk.js | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/sdk.js b/sdk.js index 7320836..e30c2c6 100644 --- a/sdk.js +++ b/sdk.js @@ -8,22 +8,25 @@ // } from './pgs.js' -import { -//clearCache, -//endpointStore, -pako, -plotly, -localforage, -} from './dependencies.js' +// import { +// //clearCache, +// //endpointStore, +// pako, +// plotly, +// localforage, +// } from './dependencies.js' + +// export{ +// pgs, +// // clearCache, +// //endpointStore, +// pako, +// localforage, +// // PGS23, +// plot, +// plotly, +// //ui +// } -export{ - pgs, - // clearCache, - //endpointStore, - pako, - localforage, - // PGS23, - plot, - plotly, - //ui -} \ No newline at end of file +import './dependencies.js' +export * from '../dependencies.js' \ No newline at end of file