We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9523a63 commit 7d2f02aCopy full SHA for 7d2f02a
src/components/list/Directory.astro
@@ -5,10 +5,11 @@ import {
5
ensureTrailingSlash,
6
} from 'node_modules/@astrojs/starlight/utils/path';
7
import { CardGrid } from '@astrojs/starlight/components';
8
-import { routes, type Route } from 'node_modules/@astrojs/starlight/utils/routing';
+import { routes } from 'node_modules/@astrojs/starlight/utils/routing';
9
10
// custom component copied from starlight/components/LinkCard
11
import CustomLinkCard from '@components/plugins/CustomLinkCard.astro';
12
+import type { Route } from 'node_modules/@astrojs/starlight/utils/routing/types';
13
14
interface Props {
15
/**
0 commit comments