Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 7ca003a

Browse files
committed
removed unused import which destroyed svg img
1 parent 22dbc59 commit 7ca003a

File tree

1 file changed

+0
-1
lines changed
  • src/pages/LandingPage/components/HeaderView

1 file changed

+0
-1
lines changed

src/pages/LandingPage/components/HeaderView/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import PrimaryButton from "../../../../components/buttons/PrimaryButton";
44
import GithubButton from "../../../../components/buttons/GithubButton";
55
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
66
import HeaderTyper from "./components/HeaderTyper";
7-
import useThemeContext from "@theme/hooks/useThemeContext";
87

98
const HeaderView: React.FC = () => {
109
const { siteConfig } = useDocusaurusContext();

0 commit comments

Comments
 (0)