Skip to content

Commit

Permalink
Update sdk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenasandoval88 committed Sep 13, 2024
1 parent ec8a148 commit bc6cc42
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
import './dependencies.js'
export * from '../dependencies.js'

0 comments on commit bc6cc42

Please sign in to comment.