Skip to content

Commit 754e2a7

Browse files
committed
change icon ref
1 parent 059bd5b commit 754e2a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/layouts/ContentLayout.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
import BackToTop from '@/custom/components/pages/BackToTop.astro'
3+
import Icon from '@/custom/components/user/Icon.astro'
34
45
import type { SiteMeta } from 'astro-pure/types'
5-
import { Button, Icon } from 'astro-pure/user'
6+
import { Button } from 'astro-pure/user'
67
import { cn } from 'astro-pure/utils'
78
import PageLayout from '@/layouts/BaseLayout.astro'
89
import { integ } from '@/site-config'

0 commit comments

Comments
 (0)