Skip to content

Commit d4e3cfe

Browse files
committed
fix missing import
1 parent 16c4f76 commit d4e3cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hero:
1818
icon: external
1919
---
2020

21-
import { Card, CardGrid } from '@astrojs/starlight/components';
21+
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
2222

2323
## What is LavaMoat?
2424

0 commit comments

Comments
 (0)