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.
import
1 parent d0b29f1 commit 14de8d1Copy full SHA for 14de8d1
src/pages/index.tsx
@@ -1,5 +1,4 @@
1
import clsx from "clsx";
2
-import Link from "@docusaurus/Link";
3
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
4
import Layout from "@theme/Layout";
5
import HomepageFeatures from "@site/src/components/HomepageFeatures";
@@ -8,7 +7,6 @@ import Heading from "@theme/Heading";
8
7
import styles from "./index.module.css";
9
10
function HomepageHeader() {
11
- const { siteConfig } = useDocusaurusContext();
12
return (
13
<header className={clsx("hero hero--primary", styles.heroBanner)}>
14
<div className="container">
0 commit comments