Skip to content

Commit 70430a6

Browse files
committed
removing sdk local map
1 parent 8396bc3 commit 70430a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-local-component-map.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Statically load all "local" components that aren't yet in the npm package
22

3-
import sdkMediaCoComponentMap from './src/app/_samples/mediaco/sdk-mediaco-component-map';
3+
// import sdkMediaCoComponentMap from './src/app/_samples/mediaco/sdk-mediaco-component-map';
44
/* import end - DO NOT REMOVE */
55

66
// localSdkComponentMap is the JSON object where we'll store the components that are
77
// found locally. If not found here, we'll look in the Pega-provided component map
88

99
const localSdkComponentMap = {
10-
...sdkMediaCoComponentMap
10+
// ...sdkMediaCoComponentMap
1111
/* map end - DO NOT REMOVE */
1212
};
1313

0 commit comments

Comments
 (0)