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 950fb7e commit 9570d64Copy full SHA for 9570d64
.gitignore
@@ -15,6 +15,9 @@
15
.env.test.local
16
.env.production.local
17
18
+# IDE
19
+.idea
20
+
21
npm-debug.log*
22
yarn-debug.log*
23
yarn-error.log*
src/pages/index.js
@@ -3,7 +3,6 @@ import clsx from "clsx";
3
import Link from "@docusaurus/Link";
4
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
5
import Layout from "@theme/Layout";
6
-import HomepageFeatures from "@site/src/components/HomepageFeatures";
7
8
import styles from "./index.module.css";
9
@@ -35,9 +34,6 @@ export default function Home() {
35
34
description="Description will go into a meta tag in <head />"
36
>
37
<HomepageHeader />
38
- <main>
39
- <HomepageFeatures />
40
- </main>
41
</Layout>
42
);
43
}
0 commit comments