feat: move improved components out of ui folder

This commit is contained in:
2026-02-14 23:10:43 -06:00
parent a09a4ee240
commit 47a637353c
34 changed files with 30 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
---
import GoLinkPrimary from '@components/ui/buttons/GoLinkPrimary.astro';
import GoLinkPrimary from '@components/buttons/GoLinkPrimary.astro';
import Image from '@components/ui/images/Image.astro';
interface Props {