Skip to content

Commit 92f7e9b

Browse files
committed
feat(ads-sdk): update import paths for sdk bundling bugfix
1 parent af5ca9e commit 92f7e9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/web/src/components/content-ads/content-ads.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { css } from '@emotion/css'
22
import { AdSlot } from 'components/programmatic-ad/mozads-ad-slot'
33

4-
import { IABFixedSize } from '@mozilla-services/ads-sdk/core'
4+
import { IABFixedSize } from '@mozilla-services/ads-sdk/dist/core'
55

66
const aboveTheFoldStyle = css`
77
margin-bottom: var(--spacing250);

clients/web/src/components/programmatic-ad/mozads-ad-slot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import PropTypes from 'prop-types'
22
import { css } from '@emotion/css'
33
import { useTranslation } from 'next-i18next'
44

5-
import { MozAdsPlacement } from '@mozilla-services/ads-sdk/react'
5+
import { MozAdsPlacement } from '@mozilla-services/ads-sdk/dist/react'
66

77
const programmaticAdWrapperStyles = css`
88
display: flex;

0 commit comments

Comments
 (0)