Skip to content

Commit

Permalink
removed moenage import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Oct 10, 2024
1 parent 0ba2a3c commit b918494
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@
"eslint-plugin-json": "3.1.0",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0"
},
"dependencies": {
"@moengage/web-sdk": "^2.46.1"
}
}
5 changes: 0 additions & 5 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import moengage from '@moengage/web-sdk';
import { formOpen, overlay } from '../blocks/applyloanform/applyloanforms.js';
import { statemasterGetStatesApi } from '../blocks/applyloanform/statemasterapi.js';
import { validationJSFunc } from '../blocks/applyloanform/validation.js';
Expand All @@ -10,10 +9,6 @@ import {

const LCP_BLOCKS = []; // add your LCP blocks to the list

// or, using `require`

moengage.initialize({ app_id: 'MSLKV5SKRDLGUKY8FB8NXQM3', cluster: 'DC_3', useLatest: true });

console.log('Main Branch 1.3');
/**
* Moves all the attributes from a given elmenet to another given element.
Expand Down

0 comments on commit b918494

Please sign in to comment.