Skip to content

Commit

Permalink
Update index.mdx (#6806)
Browse files Browse the repository at this point in the history
  • Loading branch information
renebrandel authored Jan 19, 2024
1 parent 86d5938 commit fda71b9
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ import js_install_lib from '/src/fragments/lib-v1/analytics/js/getting-started/2
<Fragments
fragments={{
javascript: js_install_lib,
'react-native': js_install_lib
'react-native': js_install_lib,
react: js_install_lib,
angular: js_install_lib,
vue: js_install_lib,
nextjs: js_install_lib
}}
/>

Expand All @@ -159,7 +163,11 @@ import js_init_analytics from '/src/fragments/lib-v1/analytics/js/getting-starte
<Fragments
fragments={{
javascript: js_init_analytics,
'react-native': js_init_analytics
'react-native': js_init_analytics,
react: js_init_analytics,
angular: js_init_analytics,
vue: js_init_analytics,
nextjs: js_init_analytics
}}
/>

Expand Down

0 comments on commit fda71b9

Please sign in to comment.