We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64019c commit 30837dcCopy full SHA for 30837dc
docs/src/components/AdsContainer/index.tsx
@@ -1,6 +1,6 @@
1
/* eslint-disable import/no-unresolved */
2
import React from 'react'
3
-// import AdsContainerElement from '@site/src/components/AdsContainerElement'
+import AdsContainerElement from '@site/src/components/AdsContainerElement'
4
import BannerSponsor from '@site/src/components/BannerSponsor'
5
import './styles.css'
6
@@ -9,7 +9,7 @@ const AdsContainer = () => {
9
<div className="fixed">
10
<BannerSponsor sponsorKey="frigade" />
11
<BannerSponsor sponsorKey="dopt" />
12
- {/* <AdsContainerElement /> */}
+ <AdsContainerElement />
13
</div>
14
)
15
}
0 commit comments