Merge pull request #113 from edamame8888/main
Update import statement for Icon from 'astro-icon'
This commit is contained in:
@ -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';
|
||||||
|
|
||||||
|
@ -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';
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user