Skip to content

Commit 30837dc

Browse files
committed
chore: add carbon ads again to run some tests
1 parent a64019c commit 30837dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/AdsContainer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/no-unresolved */
22
import React from 'react'
3-
// import AdsContainerElement from '@site/src/components/AdsContainerElement'
3+
import AdsContainerElement from '@site/src/components/AdsContainerElement'
44
import BannerSponsor from '@site/src/components/BannerSponsor'
55
import './styles.css'
66

@@ -9,7 +9,7 @@ const AdsContainer = () => {
99
<div className="fixed">
1010
<BannerSponsor sponsorKey="frigade" />
1111
<BannerSponsor sponsorKey="dopt" />
12-
{/* <AdsContainerElement /> */}
12+
<AdsContainerElement />
1313
</div>
1414
)
1515
}

0 commit comments

Comments
 (0)