gtmSetting.js 119 B

1234567
  1. const GlobalSettings = {
  2. development:{
  3. googleTagManagerKey:'GTM-NDZKZBH',
  4. }
  5. }
  6. export {GlobalSettings}