Merge pull request #113 from edamame8888/main

Update import statement for Icon from 'astro-icon'
This commit is contained in:
prototypa
2023-01-29 11:05:46 -05:00
committed by GitHub
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 { Picture } from '@astrojs/image/components';
import PostTags from '~/components/blog/Tags.astro'; 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 { Picture } from '@astrojs/image/components';
import PostTags from '~/components/blog/Tags.astro'; 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 { Picture } from '@astrojs/image/components';
interface Item { interface Item {