Skip to content

Commit 3be9a8a

Browse files
committed
wip
1 parent 6535656 commit 3be9a8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/index-page/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { PoweredByCommunity } from "./powered-by-community"
77
import { GraphQLAdvantages } from "./graphql-advantages"
88
import { QuotesFromTheIndustry } from "./quotes-from-the-industry"
99
import { JoinTheCommunity } from "./join-the-community"
10+
import { DataColocation } from "./data-colocation"
1011

1112
export function IndexPage() {
1213
return (
@@ -18,6 +19,7 @@ export function IndexPage() {
1819
<FivePillars />
1920
<PoweredByCommunity />
2021
<GraphQLAdvantages />
22+
<DataColocation />
2123
<QuotesFromTheIndustry />
2224
<JoinTheCommunity />
2325
</div>

0 commit comments

Comments
 (0)