Skip to content

Commit

Permalink
i18n(de): update using-components.mdx (#2759)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <[email protected]>
  • Loading branch information
trueberryless and HiDeoo authored Jan 7, 2025
1 parent 6462705 commit d56bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/de/components/using-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Das folgende Beispiel benutzt `ComponentProps`, um den Typ der Eigenschaften zu
---
// src/components/Example.astro
import type { ComponentProps } from 'astro/types';
import { Icon } from '@astrojs/starlight/icon';
import { Icon } from '@astrojs/starlight/components';
type IconProps = ComponentProps<typeof Icon>;
---
Expand Down

0 comments on commit d56bda7

Please sign in to comment.