Skip to content

Commit

Permalink
refactor: remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadam committed Aug 13, 2024
1 parent c42e01c commit 661bf47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import Link from "@docusaurus/Link";
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<main className="grid w-full min-h-screen place-content-center">
<header className="text-center">
Expand Down

0 comments on commit 661bf47

Please sign in to comment.