YM direct import

This commit is contained in:
kurpfish
2021-08-20 13:49:18 +03:00
parent 832344f0f2
commit 8cce68ce06
2 changed files with 19 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const App = (props) => {
</Switch>
</Router>
<YMInitializer
{/* <YMInitializer
accounts={[84188125]}
options={{
clickmap:true,
@ -46,7 +46,7 @@ const App = (props) => {
webvisor:true
}}
version="2"
/>
/> */}
</>
)
}