Skip to content

Commit

Permalink
Refactor import statement for GitHub component in page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rubixvi committed Sep 16, 2024
1 parent 6591280 commit 0c3e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getDocument } from "@/lib/markdown";
import { PageRoutes } from "@/lib/pageroutes";
import { Settings } from "@/settings/config";

import GitHub from "@/components/GitHub";
import GitHub from "@/components/github";
import PageBreadcrumb from "@/components/pagebreadcrumb";
import Pagination from "@/components/pagination";
import Toc from "@/components/toc";
Expand Down

0 comments on commit 0c3e4ae

Please sign in to comment.