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 6535656 commit 3be9a8aCopy full SHA for 3be9a8a
src/components/index-page/index.tsx
@@ -7,6 +7,7 @@ import { PoweredByCommunity } from "./powered-by-community"
7
import { GraphQLAdvantages } from "./graphql-advantages"
8
import { QuotesFromTheIndustry } from "./quotes-from-the-industry"
9
import { JoinTheCommunity } from "./join-the-community"
10
+import { DataColocation } from "./data-colocation"
11
12
export function IndexPage() {
13
return (
@@ -18,6 +19,7 @@ export function IndexPage() {
18
19
<FivePillars />
20
<PoweredByCommunity />
21
<GraphQLAdvantages />
22
+ <DataColocation />
23
<QuotesFromTheIndustry />
24
<JoinTheCommunity />
25
</div>
0 commit comments