Skip to content

Commit 206237b

Browse files
committed
unused import
1 parent 3a207d3 commit 206237b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/util/sidebar.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import type { AstroGlobal } from "astro";
22
import type { StarlightRouteData } from "@astrojs/starlight/route-data";
33

44
import { getEntry, getCollection } from "astro:content";
5-
import {
6-
externalLinkArrow,
7-
rehypeExternalLinksOptions,
8-
} from "~/plugins/rehype/external-links";
5+
import { externalLinkArrow } from "~/plugins/rehype/external-links";
96

107
type Link = Extract<StarlightRouteData["sidebar"][0], { type: "link" }> & {
118
order?: number;

0 commit comments

Comments
 (0)