We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059bd5b commit 754e2a7Copy full SHA for 754e2a7
1 file changed
src/layouts/ContentLayout.astro
@@ -1,8 +1,9 @@
1
---
2
import BackToTop from '@/custom/components/pages/BackToTop.astro'
3
+import Icon from '@/custom/components/user/Icon.astro'
4
5
import type { SiteMeta } from 'astro-pure/types'
-import { Button, Icon } from 'astro-pure/user'
6
+import { Button } from 'astro-pure/user'
7
import { cn } from 'astro-pure/utils'
8
import PageLayout from '@/layouts/BaseLayout.astro'
9
import { integ } from '@/site-config'
0 commit comments