File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed
Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { DocsNavigation } from "@/components/docs/content/DocsNavigation";
1212import { EditOnGitHub } from "@/components/docs/content/EditOnGitHub" ;
1313import { ErrorBoundary } from "@/components/docs/content/ErrorBoundary" ;
1414import { ReadingTime } from "@/components/docs/content/ReadingTime" ;
15- import { ShortLink } from "@/components/docs/content/ShortLink" ;
1615import { components , mdxOptions } from "@/components/mdx/mdx-components" ;
1716import { docsStructure } from "@/lib/sidebar-structure" ;
1817
@@ -170,7 +169,6 @@ export default async function DocPage({ params }: Props) {
170169 actions = {
171170 < >
172171 < ReadingTime content = { doc . content } />
173- < ShortLink path = { currentPath } />
174172 < EditOnGitHub filePath = { resolvedParams . slug . join ( "/" ) } />
175173 </ >
176174 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments