Update import statement for Icon from 'astro-icon'

This commit is contained in:
edamame8888
2023-01-29 23:48:35 +09:00
parent 75f3e0955c
commit 8cb89f2786
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
import Icon from 'astro-icon';
import { Icon } from 'astro-icon';
import { Picture } from '@astrojs/image/components';
import PostTags from '~/components/blog/Tags.astro';

View File

@ -1,5 +1,5 @@
---
import Icon from 'astro-icon';
import { Icon } from 'astro-icon';
import { Picture } from '@astrojs/image/components';
import PostTags from '~/components/blog/Tags.astro';

View File

@ -1,5 +1,5 @@
---
import Icon from 'astro-icon';
import { Icon } from 'astro-icon';
import { Picture } from '@astrojs/image/components';
interface Item {