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 ad45974 commit 9d40198Copy full SHA for 9d40198
reactjsfoundations.com/public/index.html
@@ -23,10 +23,10 @@
23
<link rel="preload" as="image" href="/images/cover.webp" />
24
<meta name="viewport" content="width=device-width, initial-scale=1" />
25
<meta name="theme-color" content="#000000" />
26
- <!-- <script
+ <script
27
async
28
src="https://www.googletagmanager.com/gtag/js?id=G-GVT9Z3S6EH"
29
- ></script> -->
+ ></script>
30
<style>
31
body {
32
margin: 0;
reactjsfoundations.com/src/HomePage.js
@@ -1,7 +1,4 @@
1
import Introduction from './Introduction';
2
-import WhereToBuy from './WhereToBuy';
3
-import About from './About';
4
-import CodeLinks from './CodeLinks';
5
import Helmet from 'react-helmet';
6
7
function HomePage() {
0 commit comments