Skip to content

Commit a4a4220

Browse files
committed
Fixed bug's
1 parent fcf2c67 commit a4a4220

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import type {ReactNode} from 'react';
33
// import Link from '@docusaurus/Link';
44
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
55
import Layout from '@theme/Layout';
6-
import {Community } from '@site/src/components/Community';
6+
// import {Community } from '@site/src/components/Community';
77
import {Hero} from '@site/src/components/layout-1/Hero';
88
// import Heading from '@theme/Heading';
99

1010
// import styles from './index.module.css';
1111
// import { HeroSection } from '../components/sections/HeroSection';
12-
import { FeaturesSection } from '../components/sections/FeaturesSection';
12+
// import { FeaturesSection } from '../components/sections/FeaturesSection';
1313
// import { StatsSection } from '../components/sections/StatsSection';
14-
import { EcosystemMap } from '../components/sections/EcosystemMap';
14+
// import { EcosystemMap } from '../components/sections/EcosystemMap';
1515

1616
// function HomepageHeader() {
1717
// const {siteConfig} = useDocusaurusContext();
@@ -43,9 +43,9 @@ export default function Home(): ReactNode {
4343
{/* <HomepageHeader /> */}
4444
<main>
4545
<Hero />
46-
<FeaturesSection />
46+
{/* <FeaturesSection />
4747
<EcosystemMap />
48-
<Community />
48+
<Community /> */}
4949
</main>
5050
</Layout>
5151
);

0 commit comments

Comments
 (0)