Skip to content

Commit

Permalink
i18n(ko-KR): update using-components.mdx (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Jan 7, 2025
1 parent 6dd17b7 commit 6e42219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/components/using-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Starlight는 요소 사이에 여백을 추가하는 등 Markdown 콘텐츠에
---
// 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 6e42219

Please sign in to comment.